Registry / other / gz-gui7

gz-gui7

JSON →
library7.2.1vcpkgunverified

Gazebo GUI provides Qt-based widgets for robotics applications including 3D views, plots, and dashboards.

vcpkg install gz-gui7
INSTALL
IMPORT
SIG · GZ-GUI7
G
gz-gui7
othercppv7.2.1
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/gui.hh
#include <gz/gui.hh>

Initialize and run a Gazebo GUI application.

#include <gz/gui.hh> #include <iostream> int main() { gz::gui::Application app("MyApp", 0, nullptr); app.AddPlugin("MyPlugin"); app.Run(); std::cout << "Gazebo GUI application started." << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

gz-gui7 — pip install gz-gui7 · libregistry