Advertisement

GLUT, GLUI

Started by November 03, 2003 04:42 PM
5 comments, last by bargasteh 21 years, 4 months ago
Hello evey one. Is there any good book, about GLUT or specially GLUI ??? I need to use some windows components (eg. button, radio button, ...). Thank you
OpenGl + C++
what are those GLUT/GLUI?
Advertisement
quote:
Original post by Anonymous Poster
what are those GLUT/GLUI?


Google helps:
http://www.cs.unc.edu/~rademach/glui/
http://www.xmission.com/~nate/glut.html

I don''t think that you will find a book about GLUT or GLUI due to the fact it''s very specific. And beside that (at least GLUT) it''s pretty easy to use so that the documentation which comes along with should be enough. (I cannot say anything about GLUI because I''ve never used it).
As Jockel wrote, GLUT is very intuitive.
GLUI has a sdk giving good samples of what can be done (C++).
it''s also very intuitive (hope "intuitive" is a correct word) [:D]
You can try the Redbook, it''s free, but I don''t know what the URL is to get it...
quote:
Original post by Kheteris
You can try the Redbook, it''s free, but I don''t know what the URL is to get it...


http://www.opengl.org

under "coding" then "sample code"
Beer - the love catalystgood ol' homepage
Advertisement
ps - The corresponding book is titled "OpenGL Programming Guide"
Beer - the love catalystgood ol' homepage

This topic is closed to new replies.

Advertisement