I want the less amount of work possible :) The idea is to have a PyQt4 editor. I did succeed with osgQt in C++, but failed with SWIG (wraps my C++ code) and PyQt4, not due to SWIG and SIP interopration, but due to SWIG failing with director methods when PyQt4 is used. So I'm now searching for the second best solution: embedding OSG window inside another process.
2014-06-20 16:06 GMT+07:00 Alberto Luaces <[email protected]>: > michael kapelko writes: > > > PS: I know of osgQt and have successfully used it, but I need > > different processes. > > Hi Michael, what about using osgQt but connecting the process that > generates the data to be rendered via your preferred IPC mechanism? Or > is it that you want to renders to take place simultaneously? > > -- > Alberto > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

