Mandelbrot Set

Click and make a rectangle to zoom in, shift-click to zoom out.
Click Options for more settings.

Rendering time 0.0 seconds
Speed 0.00 pixels / second
Iterations auto
Escape radius
Color scheme
Supersamples
Scanline update (ms)
 
   
Midpoint: (-0.6,0)
Zoom: 1
Area: 1

 

This is a famous fractal in mathematics, named after Benoit B. Mandelbrot.

It is based on a complex number equation (zn+1 = zn2 + c) which is repeated until it:

 

Original developed by Christian Stigen Larsen 2012
See: https://github.com/cslarsen/mandelbrot-js
Modified by Rod Pierce 2018