Skip to content

angeluriot/2D_fractals_generator

Repository files navigation

❄️ 2D fractals generator

Release Language Libraries Size Open Source


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


🎥 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