Archive: Fractals a2wd
The Mandelbrot Fractal
Introduction I have just finished CS50x, Harvard’s online computer science offering. For my final project, I implemented a zoomable rendering of the Mandelbrot fractal, in Javascript, using the HTML5 canvas element. The github repository is accessible at github.com/a2wd/mandelbrot A live demonstration can be found at the attached github page, a2wd.github.io/mandelbrot Research Fractals are fascinating […]