Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 595 Bytes

vsgImGui

Library that integrates VulkanSceneGraph with Dear ImGui & ImPlot.

Checking out vsgImGui

git clone https://github.com/vsg-dev/vsgImGui.git

Building vsgImGui

The first run of cmake will automatically checkout ImGui and ImPlot as submodules when required.

cd vsgImGui
cmake .
make -j 8

Example

The vsgExamples repository provides the vsgimgui example.