Mandelbrot Rainbow Explorer
The Mandelbrot set is the set of complex numbers c for which the iteration zn+1 = zn2 + c, started from z0 = 0, stays bounded. Click anywhere on the canvas to recenter on that complex coordinate, or pick a preset target and let the auto-zoom drive into it. The iteration cap rises with zoom depth so deep boundary structure stays resolved. The double-precision floor sits near width 1e-13, after which pixel coordinates collide.
Re c (center): -0.5000000000
Im c (center): 0.0000000000
view width: 3.500e+0
zoom (3.5/w): 1.00e+0
maxIter: 256
iter at hover: NA
WHAT TO TRY
- Click anywhere to recenter and let it auto-zoom: the boundary of the set is infinitely detailed, and every dive reveals miniature copies of the whole Mandelbrot shape. The colour bands count escape time.
- Jump to a named landmark (Seahorse Valley, a satellite mini-set, the elephant valley): each is a different self-similar structure on the fractal boundary.
- Raise maxIter as you zoom deeper: the black interior sharpens, since points that look bounded at low iteration counts eventually escape. Detail costs iterations.