Skip to content

OpenGL project for UMN CSCI5611, Animation and Planning in Games

Notifications You must be signed in to change notification settings

alexkafer/opengl-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenGL project for UMN CSCI5611, Animation and Planning in Games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published