Game Engine for Introducción a la Computación Gráfica UdelaR
To run the project the following steps need to be taken:
- Create
Libraries
folder on root of the repository. - Create
libs
folder andincludes
folder. - Copy all
.lib
files for each dependency insidelibs
folder - Copy all includes for each library in the
includes
folder inside the corresponding folder - Copy
.dll
files of libraries that require them to be in the result folder (Debug or Release folder) - Compile and have fun