Fractals

This page is a collection of fractal renderers I made in JS for a school assignment back in 2020.

Fractal tree

The splitting angle is defined by the mouses x position. The number of iterations is set in the first input field (default is 12). Each branch is slightly smaller than its parent, the factor is the second input field. Click the canvas to pause/resume the image.

Mandelbrot set

Wikipedia page

You can click to zoom and set the iteration count in the input field.

Multibrot set

Wikipedia page

You can click to zoom and set the iteration count in the input field. The second input controls the exponent. This is quite slow to render.

Julia set

Wikipedia page

You can set the iteration count in the input field.