6
this is a Mandelbrot set plotter with features that allow for deep exploration.
mouse controls: left click to zoom in, right click to zoom out
button controls: up right left down pan the view, Z/A to zoom in, X/B to zoom out, S/Y to reset the view
features:
-unbounded iterations; the program computes one iteration per frame. as you zoom in, you need to wait for longer, but an image will form eventually!
-continuous iteration count (https://iquilezles.org/articles/msetsmooth/), rendered with 2x2 ordered dithering.
-power of 2 zooms, which provide previews as you zoom in and out.
i decided to release this after i spent hours zooming into different parts of the image, which i took as a sign that i might have made something cool!