A simple web application to explore the Mandelbrot set (without browser plugins!)
Click to zoom in. Shift-Click to zoom out.
- CSS, HTML5, and javascript. That's it.
- GPU acceleration by gpu.js -- http://gpu.rocks
- Code modularization by requirejs -- http://requirejs.org
- Utility functions by underscore -- http://underscorejs.org
- DOM manipulation by jQuery -- http://jquery.com
- Open
index.html
to run the application -- try it now on Github Pages! - All code is in
static/js
. There is no compilation mechanism in the current version.