Changeset 49

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

fix formatting (again, sigh)

Files:

Legend:

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

    r48 r49  
    4848 
    4949PyOSG 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 
    51 osgIntrospection/osgWrappers. According to [http://openscenegraph.org/archiver/osg-users/2007-April/0399.html 
    52 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 
     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 
    5351to load on his old 1.3 GHz system. 
    5452 * 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.