FractalJS
FractalJS is realtime fractal exporer running in the browser. It lets you explore many fractal sets with different color palettes, and share your discoveries through a simple URL.
Start FractalJS
Available Fractals
- Mandelbrot set
- Multibrot 3 & 4
- Burning Ship
- Burning Bird
- John Tippetts Mandelbrot
- ... and more to come
Project Setup
$ git clone https://github.com/solendil/FractalJS.git
$ cd FractalJS
$ npm install
$ npm run dev
Help wanted !
Do you want to implement a new fractal set in FractlJS? It couldn't be easier. After the project is set up, just head to /app/js/engine/fractals/ copy example.js and write your own fractal function.