Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 394 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 394 Bytes

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