Changeset 46

Show
Ignore:
Timestamp:
04/14/07 14:29:12 (2 years ago)
Author:
astraw
Message:

update description of osgPython

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyosg/README

    r43 r46  
    4646 
    4747= Other OpenSceneGraph bindings = 
     48 
     49PyOSG has hand-crafted wrappers for the OSG classes. This is very 
     50work-intensive, but has the advantage that a lot of cool stuff can be 
     51done in the wrappers. Like allowing to subclass from NodeVisitors and 
     52even Drawable in python. (Not so sure about that last one but from the 
     53looks of it it could work.)   
     54 
     55 * [http://mescriva.codemaniacs.com/svn/osgPython/trunk osgPython], by 
     56Miguel Escriva et al., relies on the new 
     57osgIntrospection/osgWrappers. According to 
     58[http://openscenegraph.org/archiver/osg-users/2007-April/0399.html 
     59Ulrich Hertlein], this makes it more up-to-date with less work. But he 
     60found that it's not possible to sub-class from NodeVisitor, so that 
     61method didn't work so well for him. Also they took a long(-ish) time 
     62to load on his old 1.3 GHz system. 
    4863 * Hartmut Seichter is creating a [http://www.hitlabnz.org/people/hse25/osgbindings.html SWIG-based wrapper of OSG] with Python as a primary target language. 
    49  * Miguel Escriva has been implementing bindings that use the new osgIntrospection features: [http://mescriva.codemaniacs.com/svn/osgPython/trunk svn repository] 
    5064 
    5165= Building notes =