A realtime fractal exporer running in the browser
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
misc
.eslintrc.js
.gitignore
LICENSE
README.md
package.json
webpack.config.js
webpack.config.prod.js

README.md

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

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.