OpenGL C++ Framework used for teach the Real-time Grapchics course at Universitat Pompeu Fabra.
Framework by Javier Agenjo.
Clone and initialize the repository:
git clone --recurse-submodules -j8 https://github.com/upf-gti/GTRFrameworkStudent.git
Building requirements are
- MS Visual Studio Community 2022. While installing make sure you select "Desktop Development with C++".
- CMake. Remember to set "Add CMake to PATH" when asked while installing, otherwhise you won't be able to call CMake from the terminal.
Once you have all required open a Windows Terminal, go to the project folder and do this steps:
cd GTRFrameworkStudent
mkdir build
cd build
cmake ..
This should generate you a Visual Studio Solution for the project.