https://github.com/richmit/ex-glut
GLUT Examples
https://github.com/richmit/ex-glut
Last synced: 9 months ago
JSON representation
GLUT Examples
- Host: GitHub
- URL: https://github.com/richmit/ex-glut
- Owner: richmit
- Created: 2021-05-06T01:00:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T15:21:17.000Z (over 1 year ago)
- Last Synced: 2025-07-06T13:06:09.582Z (11 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Everybody loves OpenGL, and OpenGL beginners love GLUT! In fact, many
seasoned programmers, especially scientific programmers, use GLUT all
the time as a primary toolkit for OpenGL. Some windowing toolkits,
like FLTK, support GLUT compatibility modes so GLUT skills can often
be transitioned to such environments. The example programs on this
page are intended to get GLUT beginners, and OpenGL beginners, a few
examples to chew on.
You can read a bit more about these examples on my [home page](https://www.mitchr.me/SS/exampleCode/glut.html).
Have fun!
-mitch