Registry / other / osg
library3.6.5vcpkgunverified

The OpenSceneGraph is an open source high performance 3D graphics toolkit.

vcpkg install osg
INSTALL
IMPORT
SIG · OSG
O
osg
othercppv3.6.5
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.

osg/Node
#include <osg/Node>

Creates a basic OSG viewer with an empty scene

#include <osg/Node> #include <osgViewer/Viewer> int main() { osgViewer::Viewer viewer; viewer.setSceneData(new osg::Node()); viewer.run(); return 0; }
Debug
Known issues
gotchaOpenSceneGraph has many optional plugins; ensure you link against the required ones (e.g., osgDB for file I/O).
fix
Use the appropriate CMake targets like OpenSceneGraph::osgDB, OpenSceneGraph::osgViewer.
affects: *
Upgrade
Version history
3.6.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

osg — pip install osg · libregistry