Skip to content

kim366/Fractal-Trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Trees in the Wind

Animation of result

Randomly generated fractal trees visualized with SFML in C++. Watch out: Using Tree's move constructor may lead to undefined behavior.

Dependencies

Building

The demo can be built with CMake

mkdir build
cd build
cmake ..
make
./demo

Releases

No releases published

Packages

No packages published