lrogerorrit / GTR_Framework

OpenGL C++ Framework for the realtime rendering course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenGL C++ Framework for the realtime rendering course

License:MIT License


Languages

Language:C 63.4%Language:C++ 36.5%Language:Objective-C 0.1%Language:Makefile 0.0%Language:Rich Text Format 0.0%