A Mandelbrot Explorer written in Javascript (es2015) using the HTML5 Canvas. It has been tested on Edge, Chrome, and Firefox.
(Note: firefox only works with the the closure compiled version)(Note: Edge currently renders the fastest)
Java 8.x (for Closure Compile)gnu make- nodejs
The build process has only been tested under Windows 10 with a cygwin environment. It should work on Linux.
There are two modes for making. There is dev and build. Dev does not closure compile the code whereas build does.
npm install
npm run build-static
To view the results open mandelbrot.html
My code is MIT.
Included Libraries
- jQuery: MIT