https://github.com/davidwparker/opengl-screencasts-1
OpenGL screencast videos episodes 1-10
https://github.com/davidwparker/opengl-screencasts-1
c opengl
Last synced: about 1 year ago
JSON representation
OpenGL screencast videos episodes 1-10
- Host: GitHub
- URL: https://github.com/davidwparker/opengl-screencasts-1
- Owner: davidwparker
- Created: 2011-07-14T16:06:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T22:22:19.000Z (over 13 years ago)
- Last Synced: 2025-03-27T08:45:13.083Z (about 1 year ago)
- Topics: c, opengl
- Language: C
- Homepage:
- Size: 125 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
OpenGL-Screencasts Episodes 1-3
These screencasts use OpenGL 2.1 and GLUT.
They are meant to be used as an introduction to OpenGL.
If you have any problems with the code, please let me know by filing a bug report.
Episode 1: Hello OpenGL
Episode 2: Bitmap Chars
Episode 3: Drawing Points and Lines
Episode 4: Drawing Triangles, Quads, and Polygons
Episode 5: Using GLUT for OpenGL interaction
Episode 6: Drawing in 3d part 1: GLUT objects
Episode 7: Drawing in 3d part 2: Cubes, Perspective, and Orthogonal Projections
Episode 8: Drawing in 3d part 3: Spheres, Cylinders, and Cones
Episode 9: Rotation, Scaling, and Translations
Episode 10: Push and Pop Matrix and complex objects