Skip to content

track02/Fractals_WebGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGL - Fractal Plotter

Installation and Instructions

Download and load FractalDrawing.html in your web browser.

Control Scheme:

Arrow Keys (Up/Down/Left/Right) - Translate (X/Y)

PgUp / PgDn - Translate (Z)

X / Z - Change Seed Value (X)

A / S - Change Seed Value (Y)

0 - Draw Julia Set

1 - Draw Mandelbrot Set

Examples:

  • Mandelbrot

MB1 MB2

  • Julia

JL1 JL2 JL2

Potential Improvements

  • Improve control system, allow mouse control & proper zoom/fov change

  • Allow user input for colouring / iterations / texturing

  • Tidy up & comment code

    • Group uniforms as vectors instead of single floats
  • Add a method for plotting the Burning Ship fractal - see: https://en.wikipedia.org/wiki/Burning_Ship_fractal

Releases

No releases published

Packages

No packages published