Skip to content

Repository for the course Computer Graphics for Games

Notifications You must be signed in to change notification settings

tiagoalmeida92/CGJ

Repository files navigation

CGJ

This repository includes the work developed while doing the "Computer Graphics for Games" course.

It includes implementation of math classes such as: Vectors, Matrices and Quaternions. OpenGL abstractions are included such as mesh loading, shaders and scenegraph. Tests and sample application is included.