Skip to content

Sparkx120/fractal-js

Repository files navigation

Mandelbrot-JS v1.0.1

A Mandelbrot Explorer written in Javascript (es2015) using the HTML5 Canvas. It has been tested on Edge, Chrome, and Firefox. (Note: firefox only works with the the closure compiled version)(Note: Edge currently renders the fastest)

Fractal-JS Screenshot Fractal-JS Screenshot2

Dependencies

  • Java 8.x (for Closure Compile)
  • gnu make
  • nodejs

Make

The build process has only been tested under Windows 10 with a cygwin environment. It should work on Linux. There are two modes for making. There is dev and build. Dev does not closure compile the code whereas build does.

npm install
npm run build-static

To view the results open mandelbrot.html

Licenses

My code is MIT.

Included Libraries

  • jQuery: MIT

About

A Mandelbrot fractal explorer in HTML5 and Javascript ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published