CS 481 Example OpenGL Program
   Orion Sky Lawlor, olawlor@acm.org, 2007/01/18 (Public Domain)

Running:
  The GLSL vertex and fragment shaders are loaded from 
  "fragment.txt" and "vertex.txt" once at startup.

Other programs:
  compact_noglui is pure OpenGL--no GLUI interface or GLSL code.
  midsize_withglui has a GLUI user interface, but no GLSL.
  fullsize_glsl includes OpenGL Shading Language calls.
    (the default main.cpp is just fullsize_glsl.cpp)

Building:
  The "main.cbp" project file will work in Code::Blocks 1.0rc2.
  "main.vcproj" will work in Visual Studio 2003 or later.
  The included Makefile should work on any Linux machine with GLEW installed.
  By uncommenting the "SYSLIBS" line of the Makefile, it will build in Mac OS X.
