osgRecipes

OpenSceneGraph (OSG) Recipes

  • 所有者: xarray/osgRecipes
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

osgRecipes

The osgRecipes project includes different recipes written with OpenSceneGraph (OSG) and can help developers work with this famous 3D rendering engine, as well as other auxiliary libraries. The osgRecipes project itself is in the Public Domain, but some of its recipes may be under other licenses.

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


Installation

  1. Use CMake (or cmake-gui) to build makefiles or solutions of the recipes

cmake <recipe_dir> -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<install_dir>

  1. Run 'make' to build and install all recipes

make

make install

  1. Copy data files from both cookbook and integrations into the binary directory.

cp <recipe_dir>/cookbook/data/. <install_dir>/bin

cp -r <recipe_dir>/integrations/data <install_dir>/bin

  1. Have fun!

Cookbook

You may have to download and compile these third-party dependencies to test all the recipes:


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.

The third-party libraries that can be embedded with OSG are listed here for downloading:


Contributing

Any suggestions and contributions are welcomed all the time. :-)

主要指标

概览
名称与所有者xarray/osgRecipes
主编程语言C++
编程语言CMake (语言数: 7)
平台
许可证
所有者活动
创建于2012-02-05 13:54:32
推送于2023-05-05 14:27:44
最后一次提交2015-08-07 21:24:22
发布数0
用户参与
星数356
关注者数65
派生数167
提交数80
已启用问题?
问题数13
打开的问题数8
拉请求数8
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?