Hi Xavier!!! I want to know more about your code. what class is 'this' refered to? How can
_win use OpenGL context? where is that code placed?
 
To all:
 
I get working GTK+ with OpenSG implementing a OSGGTKWindow module (it could be better :P) but I am having problems with textures, because I need to use som Gtk functions like 'gdk_gl_get_GL_ARB_multitexture' that modules like OSGTextureChunk doesn't handle. Are you using textures in your app? Is there anyway to implement a module that handles that gtk calls without modify the library?
 
I am not sure if is better to open a thread dedicated to this topic. I think it would be interesting to add GTK support to OpenSG if possible. What do you think?
 
Regards!

 
2006/5/13, larrodé xavier <[EMAIL PROTECTED]>:
it seems that my first mail, wasn't published so i copy it again :

Hi Gabriell,
Well, GTK is working fine with my application.
The only problem i got was with the locale, as GTK was "breaking" it
after its own initialisation, and  the  vrmlloader  got some problem
with that.
So i did  this  :

_main = new Gtk::Main(0,&argv );
_win = new mainWindow(this);
//Evil GTK that breaks the locale
setlocale(LC_ALL,"C");

And now it's ok...
Xavier


Gabriell Minstrel a écrit :
>
> Hi!
>
> 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!
>
> Bye!



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to