Releases: JaneliaSciComp/osgpyplusplus
Releases · JaneliaSciComp/osgpyplusplus
Release list
Release 3.2.306
Release notes:
- Include libjpeg in Windows installer
- Modify PATH in osgDB module, so installed DLLs, like zlib, libjpeg, libcollada could be loaded.
Release 3.2.305
Release Notes:
- Advance to OpenSceneGraph version 3.2.3
- Wrap modules osgSim, osgParticle, osgAnimation, osgVolume
- Include correct zlib1.dll in Windows installer
Release 3.2.104
Release Notes:
- Refine wrappers to work better with other app I am developing
- More callback classes are usable from python
- Added osgFX module
- Version number convention changed to X.Y.Z to satisfy MSI installer.
- Begin work on Clang based translation of C++ example programs into python.
Release 3.2.1.3
Release notes:
- Add osgManipulator and osgWidget modules
- Begin translating "example" programs to python
- Finish including all headers of osg and osgUtil
- Various minor enhancements while testing examples
Release 3.2.1.2
Release notes:
- Wrap "all" of modules osgDB, osgGA, osgText, and osgViewer
- Wrap "more" of modules osg, osgUtil
- Pythonic indexing (slices, iterators, etc) of Vec[234], Vec[234]Array, and certain other osg classes.
Release 3.2.1.1
Release Notes:
- First binary release of osgpyplusplus