An implementation of the famous L-Systems in OpenGL.
Steps to get the code running:
-
Install OpenGL, GLUT and GLM.
-
Clone the repo.
-
Compile the project using the command "g++-5 *.cpp *.h -std=c++11 -lGL -lglut -lGLU"
-
Run the executable
Refer to the HTML documentation in the 'documentation' folder to learn more about the project. Code documentation generated using doxygen can be found in 'html' folder.