An open API service indexing awesome lists of open source software.

https://github.com/fibo/mandelbrot-webgl2

is an unexpected fractal beauty
https://github.com/fibo/mandelbrot-webgl2

fractal webgl2

Last synced: about 1 year ago
JSON representation

is an unexpected fractal beauty

Awesome Lists containing this project

README

          

# mandelbrot-webgl2

> is an unexpected fractal beauty

**NOTA BENE** At the time of this writing, WebGL2 is not supported in all browsers.
Well, when I first implemented this shader (October 2016) it only run on Chrome Canary.
I was very proud to see the error

> Could not initialise WebGL2, sorry :-(

Checkout [here if you can use WebGL2](https://caniuse.com/#feat=webgl2).

I started from [this WebGL example](https://github.com/gpjt/webgl-lessons/tree/master/example01).

License [MIT](http://g14n.info/mit-license)