Helge Fredriksen wrote: > Hello! > > Did any of you try to experiment with mixing Jambi and OpenSceneGraph? I > know there are examples on how to wrap the OpenSceneGraph viewer as a Qt > Widget, and as such it shouldn't be to much effort to generate a Jambi > Widget from this. > > However, what I am looking for is a way to call the OSG classes that > live inside such a Widget. I know that it's possible to use SWIG to > generate Java version of the API, but then I would need to wrap the > reference to the OSG classes as instantiated in Jambi into SWIG equivalents.
This is primarily a C++ API and should be mappable using the Qt Jambi Generator. If you map only the classes you from OpenSceneGraph that you need the porting effort shouldn't be too big. best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
