Skip to content

topaz1008/webgl-julia-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.