blug/write/old-projects/fractals.md
2024-08-09 22:33:19 +02:00

2.1 KiB

Fractals

2021-05-26 This page is a collection of fractal renderers I made in JS for a school assignment back in 2020. This is the only JS on this website.

Tree fractal

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.

Interactive Julia set

Wikipedia page You can set the iteration count in the input field.