Skip to content

StormCreeper/Tree-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree Generator

This program is made using c++ and OpenGL. It is mimicking fractal patterns using recursion. It has been entirely made during the Tech with Tim code jam.

Usage

To run (for Windows):

Just run the .exe file in the build folder. You may have warnings from your antivirus.

To compile:

There is a sln file for compiling with visual studio, but you can compile with the compiler you want (you may have to change the code depending on your compiler). You will have to link :

-GLM

-GLFW

-GLEW

Authors

I am the author of all the source files of this repos, except glad.c.

License

I am using several libraries :

Glad, by David Herberth, is in public domain.

GLFW is under the zlib/libpng license.

About

A fractal tree generator, made in c++ with OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published