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
- Host: GitHub
- URL: https://github.com/fibo/mandelbrot-webgl2
- Owner: fibo
- License: mit
- Created: 2016-10-20T20:04:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T09:44:44.000Z (about 7 years ago)
- Last Synced: 2025-02-22T06:43:41.180Z (over 1 year ago)
- Topics: fractal, webgl2
- Language: HTML
- Homepage: http://g14n.info/mandelbrot-webgl2
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)