Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 358 Bytes

Readme.md

File metadata and controls

16 lines (14 loc) · 358 Bytes

Fractal Evolution

This web application demonstrates usage of Genetic Algorithm in the creation of fractals from Mandelbrot or Julia set.

Application is live HERE

Compiling

prerequisites

  • npm
  • grunt-cli
$ npm install
$ grunt

Then a index.html will be generated and fully working in docs directory