OpenSceneGraph: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Rsmeenk (talk | contribs)
Updated broken links and to latest version info
Rsmeenk (talk | contribs)
Fixed broken links, removed info specific for the 2.0 release
Line 20: Line 20:
Among a whole list of other formats OSG also supports reading and writing of 1.4.1 Collada files. The plugin currently supports the visual scene node hierarchy, geometry, basic materials and uses [[OpenSceneGraph OSG plugin extensions]] to store specific OSG node info. The current plugin is based on Collada DOM 2.1
Among a whole list of other formats OSG also supports reading and writing of 1.4.1 Collada files. The plugin currently supports the visual scene node hierarchy, geometry, basic materials and uses [[OpenSceneGraph OSG plugin extensions]] to store specific OSG node info. The current plugin is based on Collada DOM 2.1


===Downloads and Licensing===
==Downloads and Licensing==


OpenSceneGraph is open-source so full source code is provided, and can be copied, modified and used free of charge for commercial and non-commercial use. Access to the source allows end users greater flexibility in how they develop, debug and deploy their applications. They gain productivity and freedom by being able to leverage the tool chain in accordance with their own release cycles. Downloads of binaries and source can be found in the [http://www.openscenegraph.com/osgwiki/pmwiki.php/Downloads/Downloads Downloads] section of the openscenegraph.org website.
OpenSceneGraph is open-source so full source code is provided, and can be copied, modified and used free of charge for commercial and non-commercial use. Access to the source allows end users greater flexibility in how they develop, debug and deploy their applications. They gain productivity and freedom by being able to leverage the tool chain in accordance with their own release cycles.<br>
Downloads of binaries and source can be found in the [http://www.openscenegraph.org/projects/osg/wiki/Downloads Downloads] section of the openscenegraph.org website.


OpenSceneGraph is released under the [http://www.openscenegraph.com/osgwiki/pmwiki.php/Legal/Legal OpenSceneGraph Public License], which is based on the Lesser GNU Public License (LGPL), permitting the software to be used free of charge across the full spectrum of commercial and open-source applications. Furthermore, it allows both static and dynamic linking of the OpenSceneGraph libraries without restricting the licensing of the user's software.
OpenSceneGraph is released under the [http://www.openscenegraph.org/projects/osg/wiki/Legal OpenSceneGraph Public License], which is based on the Lesser GNU Public License (LGPL), permitting the software to be used free of charge across the full spectrum of commercial and open-source applications. Furthermore, it allows both static and dynamic linking of the OpenSceneGraph libraries without restricting the licensing of the user's software.


===OpenSceneGraph Books now available!===
==Professional support and services==
 
The OpenSceneGraph Quick Start Guide and OpenSceneGraph Reference Manuals are now available and up to date with the latest OpenSceneGraph-2.0 release. To purchase your copies head over to [http://www.osgbooks.com/ OpenSceneGraph Books] website. Profits from the books will help fund further documentation and book efforts.
 
===Professional support and services===


OpenSceneGraph project is backed up with professional services by [http://openscenegraph.com/ OpenSceneGraph Professional Services], based in Scotland, and [http://www.skew-matrix.com/ Skew-Matrix] and [http://www.blue-newt.com/ Blue-Newt Software] both based in the USA.
OpenSceneGraph project is backed up with professional services by [http://openscenegraph.com/ OpenSceneGraph Professional Services], based in Scotland, and [http://www.skew-matrix.com/ Skew-Matrix] and [http://www.blue-newt.com/ Blue-Newt Software] both based in the USA.
Line 38: Line 35:
* Consultancy
* Consultancy
* Training
* Training
===Community support and contributions===
The diverse and growing community of over 1700 developers is centered around the public osg-users mailing list, where members discuss how best to use OpenSceneGraph, provide mutual support, and coordinate development of new features and bug fixes. Members of this community come from many different countries with backgrounds ranging from some of the world's largest aerospace companies, game companies, and visual simulation specialists to university researchers, students and hobbyists.
The OpenSceneGraph project owes a great deal to the community for its development and support, in particular we wish to thank the [http://www.openscenegraph.com/osgwiki/pmwiki.php/Contributors/TwoPointZero 264 individuals] from around the world that have directly contributed to the development and refinement of the OpenSceneGraph code base.
Robert Osfield
Project Lead and Proprietor OpenSceneGraph Professional Services


==External links==
==External links==

Revision as of 14:12, 27 November 2008

Product information
  • Name: OpenSceneGraph
  • Purpose: Open source graphics library
  • Last updated: 27th November 2008
  • Current version: 2.6.1
  • Status: Stable
  • OS: Windows, Linux, OSX
  • Forum
  • Report bugs
  • Maintainer: OSG 2.6 contributors
  • Contact for technical issues:

Download

This article is part of the COLLADA products directory
Adding to the list of products

Overview

The OpenSceneGraph is an open source high performance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. Written entirely in Standard C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems.

Among a whole list of other formats OSG also supports reading and writing of 1.4.1 Collada files. The plugin currently supports the visual scene node hierarchy, geometry, basic materials and uses OpenSceneGraph OSG plugin extensions to store specific OSG node info. The current plugin is based on Collada DOM 2.1

Downloads and Licensing

OpenSceneGraph is open-source so full source code is provided, and can be copied, modified and used free of charge for commercial and non-commercial use. Access to the source allows end users greater flexibility in how they develop, debug and deploy their applications. They gain productivity and freedom by being able to leverage the tool chain in accordance with their own release cycles.
Downloads of binaries and source can be found in the Downloads section of the openscenegraph.org website.

OpenSceneGraph is released under the OpenSceneGraph Public License, which is based on the Lesser GNU Public License (LGPL), permitting the software to be used free of charge across the full spectrum of commercial and open-source applications. Furthermore, it allows both static and dynamic linking of the OpenSceneGraph libraries without restricting the licensing of the user's software.

Professional support and services

OpenSceneGraph project is backed up with professional services by OpenSceneGraph Professional Services, based in Scotland, and Skew-Matrix and Blue-Newt Software both based in the USA.

  • Confidential Professional Support
  • Bespoke development
  • Consultancy
  • Training

External links