Fractals

Fractal tree

This is a fractal tree.

The tree splits into two parts, with an angle defined by the cursor's x positon. The number of iterations is defined by the first input field (which defaults to 12). Each branch is slightly smaller than its parent, as defined by the second input field. Click the canvas to freeze the image at any moment.

Mandelbrot

The mandelbrot set is defined as the set of complex numbers for which a specific function (Fc(z) = z2 + c) stays within distance 2 from the origin when iterated from z=0.

Multibrot set

A multibrot set is a variant of the mandelbrot set where the functions exponent can be anything. If the exponent (third input field) is 2, you get the regular mandelbrot set.

Julia set

The julia set is similar to the mandelbrot set.