https://github.com/vsg-dev/vsgimgui
Integration of VulkanSceneGraph with ImGui
https://github.com/vsg-dev/vsgimgui
Last synced: 7 months ago
JSON representation
Integration of VulkanSceneGraph with ImGui
- Host: GitHub
- URL: https://github.com/vsg-dev/vsgimgui
- Owner: vsg-dev
- License: mit
- Created: 2021-01-05T09:11:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T11:43:35.000Z (about 1 year ago)
- Last Synced: 2025-05-19T21:05:34.929Z (10 months ago)
- Language: C++
- Homepage:
- Size: 233 KB
- Stars: 52
- Watchers: 8
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vsgImGui
Library that integrates VulkanSceneGraph with [Dear ImGui](https://github.com/ocornut/imgui) & [ImPlot](https://github.com/epezent/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](https://github.com/vsg-dev/vsgExamples.git) repository provides the [vsgimgui](https://github.com/vsg-dev/vsgExamples/tree/master/examples/ui/vsgimgui_example) example.