GLUI Example code for CDF
Here are some files that will compile an example program
that uses the GLUI library, on CDF.
Some of you are brave enough to use version 2.0 of GLUI, which is in
beta. I don't recommend this, even if it looks nicer, but if you
insist, I've compiled version 2 on CDF too. To link your program to
it, you will have to do two things:
- in the above Makefile.cdf, change the line that reads
- GL_LIBS = -R/local/lib -R/usr/openwin/lib -lglui \
to read
- GL_LIBS = -R/local/lib -R/usr/openwin/lib -lglui2.0 \
- in your source code, change your #include statements to read
Alejo Hausner,
Dept of Computer Science,
University of Toronto
Last modified: Fri Nov 24 17:58:51 EST 2000