Registry / other / gz-rendering

gz-rendering

JSON →
library9.5.0vcpkgunverified

Gazebo Rendering is a C++ library designed to provide an abstraction for different rendering engines with unified APIs for creating 3D graphics applications.

vcpkg install gz-rendering
INSTALL
IMPORT
SIG · GZ-RENDERING
G
gz-rendering
othercppv9.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gz/rendering.hh
#include <gz/rendering.hh>

Create a rendering engine, scene, and camera.

#include <gz/rendering.hh> int main() { auto engine = gz::rendering::engine("ogre"); auto scene = engine->CreateScene("scene"); auto camera = scene->CreateCamera(); camera->SetImageWidth(800); camera->SetImageHeight(600); return 0; }
Debug
Known issues
gotchaRequires a rendering engine plugin (e.g., Ogre) to be installed.
fix
Install the appropriate rendering engine plugin (e.g., gz-ogre).
affects: *
Upgrade
Version history
9.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources

No resource links recorded.

gz-rendering — pip install gz-rendering · libregistry