Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.22 KB

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.