Aron Bierbaum wrote: > Actually we are using OpenSG 2.0 and PyOpenSG on Windows just as much > as Linux. :) > Neat! (Last time I asked, it was linux only.) >> A slightly different question: (that's still relevant for >> OpenSG/PyOpenSG users) (I'm a bit of a python-cpp-wrapper beginner (have >> worked with JNI a bit though), so this might be a silly question): >> >> How easy it is to use PyOpenSG together with some of my own C++ classes >> that are also wrapped (at least with boost::python, maybe with >> pyplusplus)? I.e. do PyOpenSG employ any tricks that other users >> wrapping their own OpenSG-code should be aware of (or should borrow)? >> > > Nope, as long as you wrap your code with Boost.Python everything > should work fine. > Great! This means we could move _a lot_ of stuff from C++ to Python. Yay! :-D >> Also, shouldn't this be touted as a OpenSG 2.0 upcoming feature? :) >> > > Yep, we need to make a release so that we can have people test it. I > might be able to pull something together pretty quickly so people code > do limited testing. But we are no where close to a release yet. > I'll let you know a when I need something. It will probably take at least a month or two. However, I'll first grab the trunk and if I can get it bootstrapped, then get started.
I also looked briefly at the open tickets. They don't seem to be showstoppers (since PyOpenSG is being used by you guys) but they do need some attention before a release. I could probably start working without them, and help where I can. (like wrapping the Image functions for instance.) Cheers, /Marcus ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
