Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/markmatney/opengl-skate
- Owner: markmatney
- Created: 2015-05-11T00:48:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T09:04:08.000Z (over 4 years ago)
- Last Synced: 2023-03-01T20:01:45.247Z (almost 2 years ago)
- Topics: animation, opengl, skateboarding
- Language: C++
- Homepage:
- Size: 10.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :-)