GLX and GUI

Hi. Is there any way to do framework OGL and GUI by using GLX?

What do you mean by “framework OGL and GUI”?

Sorry. I mean to split window in to parts where in one half is OGL in second GUI. Something like it might be done with MFC.

Oh.

I dunno if it can be done with straight GLX (I’m sure it’s possible), but you’ll probably have a much easier time if you use a widget set that supports GL, such as Qt, fltk, gtk, and many other others.

Thanks rts.
I will probably go with GTK.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.