May 05, 2020
ASCII Mandelbrot Set
This is rendering of the Mandelbrot set in ASCII, using HTML anchor tags and the address bar.
Click around to zoom in on different parts of the fractal, and use your browser history to zoom out.
You'll hit a wall pretty quickly due to the precision of numbers in JavaScript. Fraction.js gets us pretty close, though.
Feel free to poke around on GitHub if you have any ideas for improving this.