An app using OpenGL that lets you configure your own 2D fractal tree.
Download the Latest Release. Fractal Tree Creator requires your system to support at least OpenGL 3.3.
- Saving and loading tree configurations.
- Middle click and drag to pan.
- Scroll to zoom
To compile from source, you must have SDL3 installed on your system. You can get it here (Installation instructions for SDL).
Then to download the source code and compile:
git clone https://github.com/Ev01/FractalTreeCreator.git
cd FractalTreeCreator
cmake -S . -B build
cmake --build build
And to run the program:
./build/fractal_tree


