madswolf / graphics-programming-2021

A repository for the Graphics programming course at ITU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphics Programming Exercises

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-2021.git

Building on Ubuntu

To build on Ubuntu you might need to install the following:

  • sudo apt-get install libx11-dev
  • sudo apt-get install xorg-dev

About

A repository for the Graphics programming course at ITU


Languages

Language:C++ 52.3%Language:HTML 42.0%Language:GLSL 3.9%Language:CMake 1.8%Language:C 0.0%