From 3ef2f69326f9473212db455bbe0477ec0a784ff2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 9 Jan 2021 15:30:07 +0000 Subject: [PATCH] Added link to new vsgImGui library that integrates VulkanSceneGraph and Dear ImGui --- Bindings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Bindings.md b/Bindings.md index ba0b10e..f3563cb 100644 --- a/Bindings.md +++ b/Bindings.md @@ -73,6 +73,7 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12, | Unity | **dear-imgui-unity**:
https://github.com/realgamessoftware/dear-imgui-unity | Unreal Engine 4 | **UnrealImGui**:
https://github.com/segross/UnrealImGui
**UnrealEngine_ImGui**:
https://github.com/sronsse/UnrealEngine_ImGui | vtk | **imgui-vtk**:
https://github.com/trlsmax/imgui-vtk +| VulkanSceneGraph | **vsgImGui**:
https://github.com/vsg-dev/vsgImGui | Win32 (native) example | **example_win32_opengl3**:
Unmerged PR: [#2772](https://github.com/ocornut/imgui/pull/2772), [#281](https://github.com/ocornut/imgui/pull/281) (old example design) | | Win32 GDI renderer | **imgui_impl_gdi**:
Unmerged PR: [#2724](https://github.com/ocornut/imgui/pull/2724) | WxWidgets | **wxImGuiCanvas.h**:
https://github.com/ocornut/imgui/issues/1029