vsgImGui
Library that integrates VulkanSceneGraph with ImGui
Checking out vsgImGui
git clone https://github.com/vsg-dev/vsgImGui.git
Building vsgImGui
The first run of cmake will automatically checkout imgui as a submodule when required.
cd vsgImGui
cmake .
make -j 8
Example
The vsgExamples repoository provides the vsgimgui example.