Stable Releases
Our stable releases are the official release of the OpenSceneGraph to be used by new users and developer releasing final applications based that use the OpenSceneGraph. We make major stable releases once to twice a year, such as 3.0, and minor stable releases to the stable release as necessary such as the 3.0.1 which fixed bugs that came to light after the first stable release in the series. The versioning for stable release is major.minor.patch where the minor release is even number signifying that it's stable release.
- Details
- Written by Super User
- Category: Stable Releases
- Hits: 28349
Source Code:
- Github tag for 3.2.1 :https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.2.1, click on green [Clone or download] to get option to download zip file
- git clone --branch OpenSceneGraph-3.2.1 https://github.com/openscenegraph/OpenSceneGraph.git
- Details
- Written by Super User
- Category: Stable Releases
- Hits: 42156
Source Code:
- Github tag for 3.2.0 :https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.2.0, click on green [Clone or download] to get option to download zip file
- git clone --branch OpenSceneGraph-3.2.0 https://github.com/openscenegraph/OpenSceneGraph.git
- Details
- Written by Super User
- Category: Stable Releases
- Hits: 30725
OpenSceneGraph-3.0.1 is a maintenance release addressing bugs reported since the 3.0.0 release and retain binary compatibility.
Source Code:
- Github tag for 3.0.1 :https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.0.1, click on green [Clone or download] to get option to download zip file
- git clone --branch OpenSceneGraph-3.0.1 https://github.com/openscenegraph/OpenSceneGraph.git