vcccaat / OpenGL-Game-Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS5625 Starter Code

This is the starter code for CS 5625, Interactive Computer Graphics, offered at Cornell University in Spring 2022. It supports all the assignments in this class.

You should make a fork of this repository before you clone it, so that you have your own place to keep your code and coordinate with your partner.

This repository is configured with submodules for several libraries it depends on. Before you can build it you will need to get the submodules, either by cloning with --recursive or by running git submodule update --init --recursive after cloning.

For instructions on how to build this code, see the zeroth assignment, Devops.

About


Languages

Language:C++ 94.5%Language:CMake 3.0%Language:C 1.9%Language:GLSL 0.6%Language:Shell 0.0%