osgRecipes: Integrate OSG with almost everything
- Details
- Category: Community News
- Published: 20 June 2012
- Written by Rui Wang
- Hits: 16234
The new osgRecipes project's main and only goal is to integrate as more as possible third-party libraries/SDKs with OSG to make use of both features. It is in public domain, so feel free to make use of everything here.
The website: https://github.com/xarray/osgRecipes
The WIKI page: https://github.com/xarray/osgRecipes/wiki
Use GIT to check out: https://github.com/xarray/osgRecipes.git
This project is also the source code repository of Rui Wang & Xuelei Qian's book OpenSceneGraph 3.0 Cookbook
, Packt Publishing, 2012. You may read more details or order this book at: http://www.packtpub.com/openscenegrap-3-for-advanced-3d-programming-using-api-cookbook/book
Integrations
This section will show you how to integrate OSG with different kinds of libraries and SDKs. These libraries can add extra functionalities like special effects, visual components and interaction methods to your OSG scene and greatly improve the performance of the applications. These libraries must be free for downloading and for non-commercial purpose of use. The license of the example code may vary according to the license of the third- party library if it does not fit the public domain.
All example code here will show how to integrate OSG with different kinds of libraries and SDKs in a simple enough and extendible way, that means, there will be few lines of code for each recipe to make them understandable. Such external libraries can quickly add extra functionalities like special effects, visual components and interaction methods to your OSG scenes and greatly improve the performance of the applications.