osgDotNet Downloads

Two choices are available for obtaining the osgDotNet wrappers for use with OpenSceneGraph 2.0.

  1. If you are using the OpenSceneGraph Visual Studio 2005 SP1 binaries, or have built OpenSceneGraph 2.0.0 with Visual Studio 2005 SP1 yourself, you can use the prebuilt wrapper assemblies. Some setup is still required to use them; please read about GettingStartedWithTheWrappers.
  2. Otherwise, if you're using another Visual Studio version you'll need to use the code generator to build your own wrapper assemblies. Note that the wrappers will only build with Visual Studio 2005 or later. Please read about GettingStartedWithTheWrappersGenerator.

osgDotNet is not yet known to work with OpenSceneGraph 2.2.

osgDotNet Prebuilt Wrapper Assemblies

Download the osgDotNet wrapper assemblies package.

Latest Release: Version 0.8.1 for OpenSceneGraph 2.0.0

x86 assemblies: osgDotNet-x86-2.0.0-0.8.1.zip md5sum 9e33e5808afb63d87d646fe0528f4435

x64 assemblies: osgDotNet-x64-2.0.0-0.8.1.zip md5sum de150fa4898e97a5b07ccb12a4c25de1

osgDotNet Code Generator

Download the osgDotNet code generator source package.

Latest Release: Version 0.8.1 (supporting OpenSceneGraph 2.0.0)

osgDotNet-generator-0.8.1.zip md5sum 007c7add2aef461f913be475d1b6b598

SVN Repository

Alternately, get the latest code from the repository with:

svn co http://www.openscenegraph.org/svn/osgDotNet/trunk osgDotNet