An open API service indexing awesome lists of open source software.

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

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.