Mandelbrot Set


last_modified:
visualizing the Mandelbrot set using P5js

I saw these on youtube and wondered how they were made; and decided to implement one for my Computer Graphics class.
Here’s the github repo.

So, what is a Mandelbrot set?
A set defined in the complex plane for which the function
f(z) = z^2 + c
which does not diverge to infinity, when iterated starting from z = 0.

mandelbrot-set
source: wikipedia
and hosted at Mandelbrot


To be continued…

Tags: