Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 550 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 550 Bytes

grafica_engine

Game Engine for Introducción a la Computación Gráfica UdelaR

Project setup

To run the project the following steps need to be taken:

  1. Create Libraries folder on root of the repository.
  2. Create libs folder and includes folder.
  3. Copy all .lib files for each dependency inside libs folder
  4. Copy all includes for each library in the includes folder inside the corresponding folder
  5. Copy .dll files of libraries that require them to be in the result folder (Debug or Release folder)
  6. Compile and have fun