Skip to content

jagenjo/GTR_Framework

Repository files navigation

GTR Framework

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/

Compile

Windows

Open the solution in the Visual Studio folder using Visual Studio 2019.

OSX

Open the XCode solution

Linux

to install libraries

apt-get install libsdl2-dev
apt-get install libglew-dev

and to compile

make

CMake

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