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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?