Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/topaz1008/webgl-julia-set

2D Julia set on the GPU
https://github.com/topaz1008/webgl-julia-set

gpu html5-canvas julia-fractal

Last synced: 3 months ago
JSON representation

2D Julia set on the GPU

Awesome Lists containing this project

README

        

webgl-julia-set
============================

A 2D [Julia set](https://en.wikipedia.org/wiki/Julia_set) on the GPU.

See the live demo [here](https://topaz1008.github.io/webgl-julia-set/index.html) or open `index.html` in your browser.

Vertex and fragment shaders are defined inside `` tags with the correct `type` attribute in `index.html`.

TODO: Add interaction, parameters control, zooming etc.