What it is... - skesper/jfract GitHub Wiki

The jfract Fractals

Mandelbrot Set

That is the most fundamental and known fractal. So there is not much to say about it.

Iterates over z -> z^2+c

Julia

For Julia graphs the same is true as for Mandelbrot Set graphs. The iteration is the same. Except that the Julia iteration depends on a fix point. You may choose the fix point in the parameter dialog from the 'Settings' menu.

The eye of the beast

The name is some how a bit over the top but it definitely lookes like an eye.

Iterates over z -> (z^2+1)/c, where 1 = 1+i*0