Skip to content

Releases: JaneliaSciComp/osgpyplusplus

Release 3.2.306

Choose a tag to compare

@cmbruns-hhmi cmbruns-hhmi released this 09 Sep 19:21

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

Choose a tag to compare

@cmbruns-hhmi cmbruns-hhmi released this 08 Sep 19:21

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

Choose a tag to compare

@cmbruns-hhmi cmbruns-hhmi released this 19 Aug 14:10

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

Choose a tag to compare

@cmbruns-hhmi cmbruns-hhmi released this 13 Jul 19:29

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

Choose a tag to compare

@cmbruns-hhmi cmbruns-hhmi released this 07 Jul 14:27

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

Choose a tag to compare

@cmbruns-hhmi cmbruns-hhmi released this 25 Jun 15:40

Release Notes:

  • First binary release of osgpyplusplus