Drawing Mandelbrot set fractal shapes
 
 
Go to file
Mahdi Dibaiee 5be3dcdf6e fix(README): damn, missed the exclamation mark 2018-07-15 12:01:24 +04:30
LICENSE Create LICENSE 2018-07-14 19:51:42 +04:30
README.md fix(README): damn, missed the exclamation mark 2018-07-15 12:01:24 +04:30
conversion.js initial commit 2018-07-14 19:48:43 +04:30
index.html initial commit 2018-07-14 19:48:43 +04:30
lib.js initial commit 2018-07-14 19:48:43 +04:30
main.js initial commit 2018-07-14 19:48:43 +04:30
mandelbrot.gif initial commit 2018-07-14 19:48:43 +04:30
params.js initial commit 2018-07-14 19:48:43 +04:30

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