To be clear, this article is triggered by the fact that Safari, the only major browser that did not support WebGL2, has landed support a few months ago.<p>This was the major roadblock for WebGL2 acceptance of developpers looking to support all major browsers.
I think Le Hoang Quyen[1] deserves a shout-out for writing the initial implementation of ANGLE's Metal backend, which is now used to power WebGL in Safari. Impressive work! It looks like they got some recognition from Google already[2], which is nice to see.<p>[1] <a href="https://github.com/kakashidinho" rel="nofollow">https://github.com/kakashidinho</a><p>[2] <a href="https://lehoangquyenblog.wordpress.com/2020/09/30/google-open-source-peer-bonus/" rel="nofollow">https://lehoangquyenblog.wordpress.com/2020/09/30/google-ope...</a>
It's cool that the work Safari team did will also help Chrome improve their implementation in the future. WebGL 2 enables a lot of great experiences (especially with AR and XR now becoming more of a thing).<p>"Apple adopted ANGLE as the basis for Safari’s WebGL implementation, and as a result, their engineering team spent over a year making dramatic contributions to ANGLE’s Metal backend. Safari now runs WebGL on top of Metal on recent iOS and macOS devices. Collaborative work continues among the Apple and Google engineering teams, including adopting top-of-tree ANGLE into WebKit, creating a common codebase for development going forward, and switching Chrome to use ANGLE’s Metal backend as well."