Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jehadel/mandelbrotfractalexplo
- Owner: Jehadel
- License: gpl-3.0
- Created: 2024-01-11T08:17:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T17:26:31.000Z (about 1 year ago)
- Last Synced: 2024-12-08T06:10:29.463Z (about 2 months ago)
- Topics: fractals, love2d, love2d-framework, lua, mandelbrot, mandelbrot-set, mandelbrot-viewer
- Language: Lua
- Homepage: https://jehadel.github.io/MandelbrotFractalExplo/
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !