Advertisement

GLX questions

Started by May 29, 2001 05:45 AM
1 comment, last by caesar868 23 years, 4 months ago
I''ve been using Linux for sometime, but never programmed for it before. I have experience programming OpenGL for windows, and I have noticed that in my ../X11R6/include/GL/ there is no glu.h. Does the linux version have GL Utility library and headers? If so, where can I download them at? Also, is there a good place to go for Qt/GL set up? The trolltech docs aren''t too helpful on this subject for me. I''d like to set up a GL window with Qt, so if anyone knows any links to information about that, I''d greatly appreciate it. Thanks for your time and help.
I on Windows now but if I remember right is glu.h in the /usr/include/GL directory. Some of the ports of the NeHe tutorials is using only native linux GLX code but it is easier with something like glut.
Advertisement
Try getting the latest Mesa3D, it''s an OpenGL implmentation
for Linux/X with glu and glx.

http://www.mesa3d.org/

Latest version is 3.4.2

Once you have that you''ll need to find a GL widget for
QT...

May I ask what kind of game are you trying to make with
an application widget set?
Tara Milana - WP Entertainmenthttp://wolfpack.twu.net/Comp graphics artist and programmer.

This topic is closed to new replies.

Advertisement