Library that integrates VulkanSceneGraph with Dear ImGui & ImPlot.
git clone https://github.com/vsg-dev/vsgImGui.git
The first run of cmake will automatically checkout ImGui and ImPlot as submodules when required.
cd vsgImGui
cmake .
make -j 8
The vsgExamples repository provides the vsgimgui example.