Changeset 48

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

fix formatting

Files:

Legend:

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

    r47 r48  
    4747= Other OpenSceneGraph bindings = 
    4848 
    49 PyOSG has hand-crafted wrappers for the OSG classes. This is very 
    50 work-intensive, but has the advantage that a lot of cool stuff can be 
    51 done in the wrappers. Like allowing to subclass from NodeVisitors and 
    52 even Drawable in python. (Not so sure about that last one but from the 
    53 looks of it it could work.)   
    54  
    55  * [http://mescriva.codemaniacs.com/svn/osgPython/trunk osgPython], by 
    56 Miguel Escriva et al., relies on the new 
    57 osgIntrospection/osgWrappers. According to 
    58 [http://openscenegraph.org/archiver/osg-users/2007-April/0399.html 
    59 Ulrich Hertlein], this makes it more up-to-date with less work. But he 
    60 found that it's not possible to sub-class from NodeVisitor, so that 
    61 method didn't work so well for him. Also they took a long(-ish) time 
     49PyOSG has hand-crafted wrappers for the OSG classes. This is very work-intensive, but has the advantage that a lot of cool stuff can be done in the wrappers. Like allowing to subclass from NodeVisitors in Python. 
     50 * [http://mescriva.codemaniacs.com/svn/osgPython/trunk osgPython], by Miguel Escriva et al., relies on the new 
     51osgIntrospection/osgWrappers. According to [http://openscenegraph.org/archiver/osg-users/2007-April/0399.html 
     52Ulrich Hertlein], this makes it more up-to-date with less work. But he found that it's not possible to sub-class from NodeVisitor, so that method didn't work so well for him. Also they took a long(-ish) time 
    6253to load on his old 1.3 GHz system. 
    6354 * 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.