Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richmit/ex-glut
GLUT Examples
https://github.com/richmit/ex-glut
Last synced: about 2 months ago
JSON representation
GLUT Examples
- Host: GitHub
- URL: https://github.com/richmit/ex-glut
- Owner: richmit
- Created: 2021-05-06T01:00:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T01:03:09.000Z (over 3 years ago)
- Last Synced: 2023-11-18T15:25:21.862Z (about 1 year 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