Skip to content

Ev01/FractalTreeCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Tree Creator

An app using OpenGL that lets you configure your own 2D fractal tree.

Screenshots

Savannah Tree

Christmas Tree

Basic Tree

Installation

Download the Latest Release. Fractal Tree Creator requires your system to support at least OpenGL 3.3.

Features / Controls

  • Saving and loading tree configurations.
  • Middle click and drag to pan.
  • Scroll to zoom

Compile from source

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

About

Create a variety of 2D Fractal Trees using OpenGL.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages