Renders beautiful images of the Mandelbrot set. Built with JavaScript and web workers.
This project nothing more than a static webpage with a vanilla JS script and a web worker. Chrome does not support loading local web workers, so if you're using a Chromium browser you'll have to host the webpage with something like python -m http.server
. Otherwise you can just open the html file with Firefox.
{x: -1.256, y: .381, zoom: .02}