Registry / other / vsg
library1.1.14vcpkgunverified

A modern, cross platform, high performance scene graph library built upon Vulkan.

vcpkg install vsg
INSTALL
IMPORT
SIG · VSG
V
vsg
othercppv1.1.14
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.

vsg/all.h
#include <vsg/all.h>

Create a Vulkan window and run the viewer

#include <vsg/all.h> int main() { auto window = vsg::Window::create(vsg::WindowTraits::create()); auto viewer = vsg::Viewer::create(); viewer->addWindow(window); viewer->run(); return 0; }
Debug
Known issues
gotchaRequires Vulkan SDK and a Vulkan-capable GPU.
fix
Install Vulkan SDK and ensure your system has Vulkan drivers.
affects: all
Upgrade
Version history
1.1.14latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources

No resource links recorded.

vsg — pip install vsg · libregistry