Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 470 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 470 Bytes

mandelbrot

An engine for displaying a zoom-able Mandelbrot fractal in JavaScript

The file engine.js contains the code for intialising a canvas element within a div of id "mandelbrot". The javascript allows draws the mandelbrot fractal within the canvas and adds mouse event handlers to allow zooming in and out of the rendered image.

Demo

A live version of the fractal can be found at http://a2wd.github.io/mandelbrot feel free to play about with it