Mandelbrot is a fractal rendering project built to generate images of the Mandelbrot Set. It allows the user to zoom by clicking.
npm install
webpack-dev-server
open http://localhost:8080/
in your browser.
- babel-eslint
- webpack-dev-server
settings that can be activated by modifying the query string directly
(setting_name): (default_value) (description)
- iterations: (256) iteration depth for the Mandelbrot calculation
- super_samples: (1) number of super samples rendered
still in the process of writing tests
npm test