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.
|
5 years ago | |
---|---|---|
LICENSE | 5 years ago | |
README.md | 5 years ago | |
conversion.js | 5 years ago | |
index.html | 5 years ago | |
lib.js | 5 years ago | |
main.js | 5 years ago | |
mandelbrot.gif | 5 years ago | |
params.js | 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.