OpenGL C++ Framework used for teach the Real-time Grapchics course at Universitat Pompeu Fabra.
Course material can be found here: https://tamats.com/learn/realtime-graphics/
Open the solution in the Visual Studio folder using Visual Studio 2019.
Open the XCode solution
to install libraries
apt-get install libsdl2-dev
apt-get install libglew-dev
and to compile
make
The project includes a CMAKE to build the project. To use it in case the other options doesnt work, follow the guide on this other repo: https://github.com/upf-gti/TJE_Framework/tree/master