Hi, you can use OpenSG with
any arbitrary GUI manager, all you your GUI needs to
provide is a OpenGL context. As I’ve no experience
with GTK I don’t know if it provides a OpenGL widget. Anyway,
I recommend you to use QT in any case! It’s
just the best UI toolkit available and it’s cross
platform. And: It works well with OpenSG. Take a look at the OpenSG
“PassiveWindow” for all these issues. Regards, Toni
Well, I have to develop an application on Win32 / Linux platform
(although Linux is primary) and I am looking a Widget library / IDE (like GTK /
Glade) to develop the GUI of the application, using OpenSG for data
representation. Is there any library out there? It will be very complicated to
implement my own set of widgets based on OpenSG? Is GTK compatible with OpenSG?
Thanks for all. I expect somebody could
answer me! |