|
SZ Fractal Explorer
–
Demo
This is simple 2D Fractal Explorer, mostly with Mandelbrot and Julia set.
There is also several experimental formulas included, which generates interesting pictures.
One of my own experimental formulas is Z2 + cos(Z) + C. It is a powerful mutation set which also include almost indentical to original Mandelbrot subset.
I give it a name "The Mandelbrot's bug".
Standard Mandelbrot set -
Z2 + C
The Mandelbrot's bug -
Z2 + cos(Z) + C
|