Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jehadel/mandelbrotfractalexplo-shaders
Simple viz tool to explore Mandelbrot’s fractal - this version uses a shader (GLSL)
https://github.com/jehadel/mandelbrotfractalexplo-shaders
fractals glsl glsl-shader love2d love2d-framework lua mandelbrot mandelbrot-set mandelbrot-viewer shader
Last synced: about 2 months ago
JSON representation
Simple viz tool to explore Mandelbrot’s fractal - this version uses a shader (GLSL)
- Host: GitHub
- URL: https://github.com/jehadel/mandelbrotfractalexplo-shaders
- Owner: Jehadel
- License: gpl-3.0
- Created: 2024-01-13T17:34:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T15:38:52.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:24:13.954Z (3 months ago)
- Topics: fractals, glsl, glsl-shader, love2d, love2d-framework, lua, mandelbrot, mandelbrot-set, mandelbrot-viewer, shader
- Language: Lua
- Homepage: https://jehadel.github.io/MandelbrotFractalExplo-Shaders/
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MandelbrotFractalExplo-Shaders
Simple viz tool to explore Mandelbrot’s fractal - this version use a shader (GLSL).Shader usage leads to a trade-off : animation and controls are much smoother in this version, but limitation in GPU’s high precision floating point calculations forbids zooming in too deeply.
Exemple images (to compare with [this version without shader](https://github.com/Jehadel/MandelbrotFractalExplo)) :![Capture 1 shows lack of precision](./src/Images/Capture1.png)
![Capture 2 shows more precision degration](./src/Images/Capture2.png)
![Capture 3 shows pixelisation](./src/Images/Capture3.png)
---
## TO DO
Add colors