Skip to content

upf-gti/GTRFrameworkStudent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTR Framework

OpenGL C++ Framework used for teach the Real-time Grapchics course at Universitat Pompeu Fabra.

Framework by Javier Agenjo.

Building

Clone and initialize the repository:

git clone --recurse-submodules -j8 https://github.com/upf-gti/GTRFrameworkStudent.git

Windows

Building requirements are

  • MS Visual Studio Community 2022. While installing make sure you select "Desktop Development with C++".
  • CMake. Remember to set "Add CMake to PATH" when asked while installing, otherwhise you won't be able to call CMake from the terminal.

Once you have all required open a Windows Terminal, go to the project folder and do this steps:

cd GTRFrameworkStudent
mkdir build
cd build
cmake ..

This should generate you a Visual Studio Solution for the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages