Re: [osg-users] osg, Qt and python

2009-08-27 Thread Gerwin de Haan
Hi Martin, In osgswig, there is a small osgviewer example with python + Qt (pyQT, but should be API compatible with LGPL'ed PySide Qt bindings). My guess is that a C++ OSG app with a python+Qt frontend should be doable. Gerwin On Thu, Aug 27, 2009 at 5:56 AM, Martin Beckett m...@mgbeckett.com

Re: [osg-users] osg, Qt and python

2009-08-27 Thread Martin Beckett
Yes I was assuming all the OSG and 'heavy lifting' in C++ with just a python gui (and scripting) so no need for osg-swig. Martin -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=16794#16794 ___

[osg-users] osg, Qt and python

2009-08-26 Thread Martin Beckett
It seems that following Qt going LGPL we will soon have LGPL python bindings (the current pyqt is commercial). Has anyone any experience/interest in a python QtViewer? Both the pyqt and the new pyside bindings are very thin wrappers around the Qt C++ code so it shoudn't be a huge challenge.