Stefan Vasi Projects Photos About Me

Visualization of the Mandelbrot Set

Controls

Use drag and drop to move and the +/- keys to zoom in/out

What is the Mandelbrot Set?

The Mandelbrot set is a set of complex numbers that produces intricate fractal structures when iterated through a simple function.

How do we determine if a number is in the set?

Code Implementation

The visualization is dynamically rendered in your browser using the lovely p5.js library.