Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jehadel/mandelbrotfractalexplo

Simple viz tool to explore Mandelbrot’s fractal
https://github.com/jehadel/mandelbrotfractalexplo

fractals love2d love2d-framework lua mandelbrot mandelbrot-set mandelbrot-viewer

Last synced: 1 day ago
JSON representation

Simple viz tool to explore Mandelbrot’s fractal

Awesome Lists containing this project

README

        

# Mandelbrot’s fractal exploration

A simple tool to visualize the famous fractal.
More on the subject [here](https://en.wikipedia.org/wiki/Mandelbrot_set).

![Screen snapshot](./src/images/Capture.png)

[You can try it on line](https://jehadel.github.io/MandelbrotFractalExplo/) (not recommanded - ressource-consuming !)

Launch the demo :

make play

Build a version (with love.js) :

make js

TODO :

Improve interactivity
Add colors !