Skip to content

markmatney/openGL-skate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

openGL-skate

Skateboarding animation using OpenGL, assignment for CS 174A, Intro to Computer Graphics, UCLA Spring 2014

Installation

  1. Install a C++ compiler and the GLEW and freeglut libraries.
  2. Compile:
    g++ -o skate -lGLEW -lGL -lglut lib/*.{cxx,cpp} src/skate.cpp
  3. Run:
    ./skate

Notes

If you want to create your own animation, you can use src/anim.cpp as a starter template.

You can see a video of my original submission on YouTube. Here are some of the others from the class, for your entertainment :-)

About

Skateboarding animation written in C++, using OpenGL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published