Maintainer: ichen [AT] openrobotics [DOT] org
Build | Status |
---|---|
Test coverage | |
Ubuntu Focal | |
Homebrew | |
Windows |
Gazebo Rendering is a C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.
Gazebo Rendering is a component in the Gazebo framework, a set of libraries designed to rapidly develop robot applications.
- Support for rendering engines including OGRE and OptiX (experimental)
- Plugin-based architecture. Multiple rendering engine plugins can be loaded at run time.
- Object-oriented scene management.
See the installation tutorial.
The Gazebo Rendering API can be found in the documentation. See the installation tutorial on how to build the documentation files using Doxygen.
You can also take a look at the sample applications in the examples
folder.
-
include/gz/rendering
: Contains all the public header files which will be installed -
src
: Contains all the C++ source code which are not installed. -
test
: All integration, performance and regression tests go here, under their specific folders. -
examples
: Sample programs to demonstrate different features of gz-rendering -
doc
: Files used by Doxygen when generating documentation.
Rendering engine plugin implementation code is stored in their own folders
-
ogre
: OGRE 1.x rendering engine plugin -
ogre2
: OGRE 2.x rendering engine plugin (available in versions >= gz-rendering1) -
optix
: OptiX rendering engine plugin
Please see CONTRIBUTING.md.
Please see CODE_OF_CONDUCT.md.
This library uses Semantic Versioning. Additionally, this library is part of the Gazebo project which periodically releases a versioned set of compatible and complimentary libraries. See the Gazebo website for version and release information.
This library is licensed under Apache 2.0. See also the LICENSE file.