suetanvil / MandelPlot

A fractal generator in HTML5 and JavaScript

Home Page:http://suetanvil.github.io/MandelPlot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MandelPlot

MandelPlot is a fractal generator that displays the Mandelbrot set and allows the user to explore it. It is written in CoffeeScript (compiled to JavaScript) and runs in the user's web browser.

It has been tested on recent versions of Firefox and Chrome. Other modern web browsers may also work.

Trying It

Since this is a browser app, you can try it out just by going to http://suetanvil.github.io/MandelPlot/.

Installation

To install:

  1. Unpack the archive.

  2. Run 'make' if you have it installed. If not, you can just run 'coffee -cb' on all of the .coffee files.

  3. Copy mandel.html and all of the .js files to a public HTML directory.

  4. (Optional) Download a copy of jquery and edit mandel.html to use it instead of the one provided by Google.

Author and Copyright

Copyright © 2012, 2015 Chris Reuter. This program is available under the terms of the GNU GPL version 2 and is distributed with NO WARRANTY.

A copy of the license is included in the file 'COPYING'.

About

A fractal generator in HTML5 and JavaScript

http://suetanvil.github.io/MandelPlot/

License:GNU General Public License v2.0


Languages

Language:CoffeeScript 87.7%Language:HTML 11.3%Language:Makefile 0.9%