Skip to content

vsg-dev/vsgImGui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37ef59f · Jan 24, 2025
Jan 30, 2023
Dec 12, 2024
Jan 22, 2025
Jan 6, 2021
Jan 12, 2024
Jan 16, 2023
Jan 22, 2025
Jan 5, 2021
Oct 30, 2023

Repository files navigation

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.