Skip to content

typewriterbot/GTR_Framework

 
 

Repository files navigation

GTR Framework

OpenGL C++ Framework used for teach the Real-time Grapchics course at Universitat Pompeu Fabra. fork this github for extra learning 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

About

OpenGL C++ Framework for the realtime rendering course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.6%
  • C++ 41.0%
  • CMake 0.2%
  • Objective-C 0.1%
  • GLSL 0.1%
  • Makefile 0.0%