chi-w-ng / vsgImGui

Integration of VulkanSceneGraph with ImGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Integration of VulkanSceneGraph with ImGui

License:MIT License


Languages

Language:C++ 96.5%Language:CMake 3.0%Language:C 0.5%