JMaio / mandelbrot-maps

🗺 Mandelbrot set and Julia set explorer made with React and WebGL
https://jmaio.github.io/mandelbrot-maps/
GNU General Public License v3.0
18 stars 4 forks source link

WebGL2 + OpenGL ES 3.0 #30

Open JMaio opened 3 years ago

JMaio commented 3 years ago

Shaders need to be updated to ES 300 to support WebGL2. Relevant project here: https://github.com/Jam3/glsl-100-to-300

JMaio commented 3 years ago

Update: WebGL 2.0 not supported in current version of Safari (v14) https://caniuse.com/webgl2