Uploaded November 2021 | Updated September 2026, 2 weeks ago
I look at the fun world of OpenGL programming on AGP Graphics Cards from the early 2000's, using PellesC.
PellesC:
smorgasbordet.com/pellesc
Windows XP version:
web.archive.org/web/20131230180825/http://www.smorgasbordet.com/pellesc
OpenGL Utility Toolkit (GLUT) for Win32:
user.xmission.com/~nate/glut.html
To install Glut, put the glut.h file in Program Files/PellesC/include, glut.lib in Program Files/PellesC/lib and glut.dll in Windows/System32.
I unzipped the source zip file in My Documents folder inside the PellesC subdirectory, which is where PellesC usually goes looking for source files. But you can actually stick them anywhere you like, so long as you can find them. The examples are in the progs/examples subdirectory and the demos are in the progs/demos subdirectory.
I look at the fun world of OpenGL programming on AGP Graphics Cards from the early 2000's, using PellesC.
PellesC:
smorgasbordet.com/pellesc
Windows XP version:
web.archive.org/web/20131230180825/http://www.smorgasbordet.com/pellesc
OpenGL Utility Toolkit (GLUT) for Win32:
user.xmission.com/~nate/glut.html
To install Glut, put the glut.h file in Program Files/PellesC/include, glut.lib in Program Files/PellesC/lib and glut.dll in Windows/System32.
I unzipped the source zip file in My Documents folder inside the PellesC subdirectory, which is where PellesC usually goes looking for source files. But you can actually stick them anywhere you like, so long as you can find them. The examples are in the progs/examples subdirectory and the demos are in the progs/demos subdirectory.










