Hi Peter, On 1/18/07, Peter Gebauer <[EMAIL PROTECTED]> wrote:
Have you thought about using Pyste (Boost) or any other code-generator that can parse the OSG sources and produce proper Python binding code? Like I said to you before, I could help you with the python-dev and binding generators to make a complete Python binding for OSG that retains all nifty Python functionality.
osgIntrospection isn't a fixed entity, it can and will be improved. The beauty of it the that wrappers are reusable between different usages - its isn't just a python or lua wrapper - its general purpose introsepction of C++ classes. All the wrappers are auto-generated from the C++ sources and these wrappers are supplied with the OSG, including the CVS version. To keep them up to date all one has to run is run Marco Jez's genwrapper tool and they are updated, and these means osgPython and osgLua or any other introspection based tools get all the latest features without need for any separate binding being generated. So rather consider yet another attempt at using a 3rd party language specific wrapper tool, consider the practicalities of supporting long term and what power the native introspection can provide, both now and in the future. Robert. _______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/