Skip to content

deadcast2/vsgwx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages