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.
Just run the .exe file in the build folder. You may have warnings from your antivirus.
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
I am the author of all the source files of this repos, except glad.c.
I am using several libraries :
Glad, by David Herberth, is in public domain.
GLFW is under the zlib/libpng license.