This repository contains the exercises of the Graphics Programming course from the IT University of Copenhagen.
This repository uses submodules, to clone it you should use the command:
git clone --recurse-submodules https://github.com/hgdebarba/graphics-programming-2022.git
To build on Ubuntu you might need to install the following:
- sudo apt-get install libx11-dev
- sudo apt-get install xorg-dev