Home

This was inspired by koalastothemax.com, but instead of a picture of a koala,
it computes the mandelbrot set. Most mandelbrot renderers render each pixel,
the idea for this project is that a lot of computational power is wasted on uninteresting space, so by using your mouse you can focus more resources to interesting parts.
You can also select a section to zoom into that part, in theory you can zoom infinitely, but in practise floating point precision error gets in the way.