Ramsey's Graphics Resources

  • Models - Models in a simple but useful bare format
  • Visual C++ Express or Visual Studios C++ - a free downloadable Visual C++/Studios Environment
  • OpenGL/GLUT Install - compilation instructions and GLUT installations
  • basic.cpp - A simple OpenGL program
  • Makefile - A simple linux makefile (uncomment lines for apple makefile)
  • GLUI - glui install instructions and a basic program using some of its components
  • Frame Dump - a really simple way to get a buffer and print it out to a ppm. Unfortunately, you'll have to fix the loops yourself to print out right-side up in the PPM format.