/opengl-animation

OpenGL project for UMN CSCI5611, Animation and Planning in Games

Primary LanguageC++

CSCI5611 Assignment 2

Note

The code structure for this project was based on a homework assignment for CSCI5607 in Fall 2019 taught by Dr. Victoria Interrante and TA'd by Liam Tyler. The code was modified with guidance from Dr. Stephen J. Guy's "An OpenGL Crash Course"

Installing + Compiling

GLFW comes from a git sub-module. Install it with this:

git submodule update --init --recursive

Building this program:

cd opengl-animation
cmake . && make
./GLFW_App