Drawing Mandelbrot set fractal shapes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Mahdi Dibaiee 5be3dcdf6e fix(README): damn, missed the exclamation mark 5 years ago
LICENSE Create LICENSE 5 years ago
README.md fix(README): damn, missed the exclamation mark 5 years ago
conversion.js initial commit 5 years ago
index.html initial commit 5 years ago
lib.js initial commit 5 years ago
main.js initial commit 5 years ago
mandelbrot.gif initial commit 5 years ago
params.js initial commit 5 years ago

README.md

The Mandelbrot Set's Fractal Shape

I was drifting to sleep when it just hit me, as it always does: "how are fractal shapes drawn anyway"? So I just looked it up and found out the wikipedia page on The Mandelbrot set

Here is a simple working rendering of the Mandelbrot set using HTML5 Canvas. I wanted to write the recursion as well (zooming in indefinitely), but was not in the mood really, maybe sometime later.

GIF