Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/topaz1008/webgl-julia-set
- Owner: topaz1008
- Created: 2016-10-28T21:24:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T21:30:31.000Z (about 8 years ago)
- Last Synced: 2024-10-10T01:27:23.613Z (3 months ago)
- Topics: gpu, html5-canvas, julia-fractal
- Language: JavaScript
- Homepage: https://topaz1008.github.io/webgl-julia-set/index.html
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.