/realtime-graphics-framework

OpenGL C++ Framework for the realtime rendering course

Primary LanguageCMIT LicenseMIT

GTR_Framework

OpenGL C++ Framework used for the Grafics a Temps Real course at Universitat Pompeu Fabra.

It imports GLTF and PNGs.

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