markmatney / openGL-skate

Skateboarding animation written in C++, using OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 95.3%Language:C 3.1%Language:GLSL 1.5%