Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.14 KB

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.

Example 1 Example 2
image image

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.