Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 463 Bytes

Mandelbrot’s fractal exploration

A simple tool to visualize the famous fractal. More on the subject here.

Screen snapshot

You can try it on line (not recommanded - ressource-consuming !)

Launch the demo :

    make play

Build a version (with love.js) :

    make js

TODO :

Improve interactivity Add colors !