Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stratigos/openglprojects
Collection of a few simple OpenGL projects
https://github.com/stratigos/openglprojects
Last synced: 16 days ago
JSON representation
Collection of a few simple OpenGL projects
- Host: GitHub
- URL: https://github.com/stratigos/openglprojects
- Owner: stratigos
- Created: 2014-12-03T23:03:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T23:11:21.000Z (about 10 years ago)
- Last Synced: 2024-11-06T19:50:11.975Z (2 months ago)
- Language: C++
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### OpenGL projects I made for college classes
Circa 2004, unfortunately developed in Windows, using Microsoft Visual Studio :-/
##### Includes
###### To run the executable
glut32.dll
: place in ~\Windows\System###### To compile source
glut.h
: place in ~\MicrosoftVisualStudio\VC98\libWhen compiling, go to project -> settings -> link and add the following four library names to object/library modules:
* opengl32.lib
* glaux.lib
* glu32.lib
* glut32.libRecently, I was able to download glut32.dll here: http://user.xmission.com/~nate/glut.html