deadcast2 / vsgwx

wxWidgets integration with VulkanSceneGraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

wxWidgets integration with VulkanSceneGraph

License:MIT License


Languages

Language:C++ 62.5%Language:CMake 37.5%