Non-GLUT Examples?

I think I’m getting a decent beginner’s feel for OpenGL manipulations thanks
to the convenience of the GLUT windows. However, I’m at the point where I
need to wrap this stuff into an actual application windowing (gnome in my
case) environment. Can somebody point me in the direction of some code that
demonstrates this, e.g., transforms on an object driven by gnome buttons,
something along those ines? Thanks very much in advance!

  • Al

Originally posted by Tiggyboo:
[b]I think I’m getting a decent beginner’s feel for OpenGL manipulations thanks
to the convenience of the GLUT windows. However, I’m at the point where I
need to wrap this stuff into an actual application windowing (gnome in my
case) environment. Can somebody point me in the direction of some code that
demonstrates this, e.g., transforms on an object driven by gnome buttons,
something along those ines? Thanks very much in advance!

  • Al[/b]

Use glade or Qt. They have lots of goodies.