https://www.bob-gardner.com/fractal-fun/src/fractal.html
Experiments with the Mandelbrot set. This is based on the Mandelbrot exercise in chapter 10 of the the Head First HTML5 Programming book. This project uses Web Workers to compute the fractal in parallel.
On Firefox, simply open fractal.html
and it will just
work. For Safari and Chrome, you must run a webserver to work around their
security restrictions:
make