This program generate images of fractals like the Mandelbrot set, the Julia set, the Burning Ship, the Buddhabrot or Newton fractals.
--recurse-submodules
when cloning
Here is a video explaining how the algorithm works : Comment Générer des Fractales ? ❄️.
-
It can generate the Mandelbrot set, the Julia set, the Burning Ship, the Buddhabrot or Newton fractals
-
A menu to choose the fractal to generate and the parameters
-
An interactive 2D camera to move and zoom in the fractal
-
Save screens with F2
This repository is based on my Graphics skeleton project, so go see its install part first.
Then, you will also need the OpenCL library.
If you just want to test the program without editing the source code, go see the Releases.
- Angel Uriot : Creator of the project.