Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markmatney/opengl-skate

Skateboarding animation written in C++, using OpenGL.
https://github.com/markmatney/opengl-skate

animation opengl skateboarding

Last synced: about 1 month ago
JSON representation

Skateboarding animation written in C++, using OpenGL.

Awesome Lists containing this project

README

        

# 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](http://glew.sourceforge.net/) and [freeglut](http://freeglut.sourceforge.net/) libraries.
2. Compile:
```bash
g++ -o skate -lGLEW -lGL -lglut lib/*.{cxx,cpp} src/skate.cpp
```
3. Run:
```bash
./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](https://www.youtube.com/watch?v=6CXe2BEXGGs) on YouTube. [Here are some of the others from the class](https://www.youtube.com/playlist?list=UUeLhfHp5O2MZfD6CXZ330qA&playnext=1&index=1), for your entertainment :-)