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.
git clone https://github.com/deadcast2/vsgwx.git
- VulkanSDK version 1.2.162 or later
- VulkanSceneGraph master recommended.
- CMake version 3.7 or later
- wxWidgets version 3.2.1 or later
- C++17 capable compiler
cd vsgwx
cmake .
make -j 8
make install
- vsgwxviewer - example of wxWidgets usage with vsgwx::ViewerWindow.