OpenGL/Mesa

Bob Cober plug-devel@lists.PLUG.phoenix.az.us
Tue Apr 22 20:10:03 2003


It looks like it is the  Nano Window Toolkit.
http://www.eecs.tulane.edu/www/graphics/doc/tk-documentation

This library can probably be replaced by GLUT or SDL -
http://www.libsdl.org/index.php, with some modifications of course.

FYI - I highly recommend the NeHe Tutorials at
http://nehe.gamedev.net/.  The have Linux versions of most of their
stuff.

Good Luck
Bob

On Tue, 2003-04-22 at 16:27, Phil Winninghoff wrote:
> I am trying to go through an OpenGL tutorial I found on the web http://www.eecs.tulane.edu/www/Terry/OpenGL/Introduction.html The first example is a Hello World program that has a #include<gltk.h> in the header. I have tried to install Mesa and GLUT but that include file never gets put into the /usr/include directory. In fact I can find it nowhere on my Progeny/debian distribution and searching the web has not helped. I expect there must be a copy of it somewhere. Can anyone give me a suggestion of where to look?