2D_fractals_generator
                                
                                 2D_fractals_generator copied to clipboard
                                
                                    2D_fractals_generator copied to clipboard
                            
                            
                            
                        Generate images of fractals like the Mandelbrot or the Julia set.
❄️ 2D fractals generator
This program generate images of fractals like the Mandelbrot set, the Julia set, the Burning Ship, the Buddhabrot or Newton fractals.
⚠️ This repository contains submodules, add --recurse-submodules when cloning ⚠️
	 
📋 Summary
- 📋 Summary
- 🎥 Video
- ✨ Features
- 🛠️ Install
- 🦴 Skeleton project install
- 📦 Additionnal dependencies
 
- 🗓️ Releases
- 🧪 Tests
- 🙏 Credits
🎥 Video
Here is a video explaining how the algorithm works : Comment Générer des Fractales ? ❄️.
✨ Features
- 
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 
🛠️ Install
🦴 Skeleton project install
This repository is based on my Graphics skeleton project, so go see its install part first.
📦 Additionnal dependencies
Then, you will also need the OpenCL library.
🗓️ Releases
If you just want to test the program without editing the source code, go see the Releases.
🧪 Tests
Julia
	 
Mandelbrot
	 
Burning Ship
	 
Buddhabrot
	 
Newton
	 
	 
🙏 Credits
- Angel Uriot : Creator of the project.