--- title: ASCII Mandelbrot Set route: /mandelbrot date: 2020-05-05 description: --- This is rendering of the [Mandelbrot set](https://en.wikipedia.org/wiki/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](https://github.com/infusion/Fraction.js/) gets us pretty close, though. Feel free to poke around [on GitHub](https://github.com/jdan/thatjdanisso.cool/blob/main/articles/2020-05-05-mandel.md) if you have any ideas for improving this.