Changeset 50

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

fix formatting (again, sigh)

Files:

Legend:

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

    r49 r50  
    4545 * [http://code.astraw.com/pyosg_downloads/pyosg_ads_r5.tar.gz pyosg_ads_r5.tar.gz] - first release made here, built from 'trunk' revision 5, builds with standard python distutils, only tested on linux 
    4646 
    47 = Other OpenSceneGraph bindings = 
     47= Other !OpenSceneGraph bindings = 
    4848 
    49 PyOSG 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 osgIntrospection/osgWrappers. According to [http://openscenegraph.org/archiver/osg-users/2007-April/0399.html Ulrich 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 
     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 osgIntrospection/osgWrappers. According to [http://openscenegraph.org/archiver/osg-users/2007-April/0399.html Ulrich 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 
    5151to load on his old 1.3 GHz system. 
    5252 * 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.