SkillAgentSearch skills...

Vsgwx

wxWidgets integration with VulkanSceneGraph

Install / Use

/learn @deadcast2/Vsgwx
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vsgwx

Open Source, cross platform C++ library providing integration of VulkanSceneGraph with wxWidgets. Supports Windows, Linux and macOS (coming soon).

wxWidgets, and hence vsgwx, is suited for interactive, event driven applications. For real-time applications we recommend that you use the VulkanSceneGraph's native windowing support and the standard VulkanSceneGraph frame driven shown in examples found in vsgExamples.

Screenshot from 2022-10-24 21-50-23

Checking out vsgwx

git clone https://github.com/deadcast2/vsgwx.git

Dependencies:

Building vsgwx

cd vsgwx
cmake .
make -j 8
make install

Example

  • vsgwxviewer - example of wxWidgets usage with vsgwx::ViewerWindow.
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3mo ago
Forks1

Languages

C++

Security Score

87/100

Audited on Dec 26, 2025

No findings