Babylon.js Browser Support/Compatibility

Hi all~!

I was curious about Babylon.js browser support/compatibility. Is there a chart like this somewhere on Babylonjs.com?

I found this on TutorialsPoint but I am not sure if the post is created recently and if it’s official.

To run BabylonJS, we need modern browsers with WEBGL support. Latest browsers i.e Internet Explorer 11+, Firefox 4+, Google Chrome 9+, Opera 15+, etc. does have WEBGL support and the demos can be executed on same to see the output.

It should be supported by all modern browsers, with the note that IE and Safari don’t support WebGL2, which means that some features might not work in those browsers. So basically, you can use “caniuse” site, and search for “webgl” and “webgl2” to check compatibility.