Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 408 Bytes

webgl-julia-set

A 2D Julia set on the GPU.

See the live demo here or open index.html in your browser.

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

TODO: Add interaction, parameters control, zooming etc.