From c3499d3c3e4a58259c7c02ecfe1452649f05e9ef Mon Sep 17 00:00:00 2001 From: Franck HOUSSEN Date: Sat, 20 May 2023 18:05:25 +0200 Subject: [PATCH] Add other imgui vtk backends. --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index d3988b4..eb29ff1 100644 --- a/Bindings.md +++ b/Bindings.md @@ -105,7 +105,7 @@ Other backends: | Sokol | **sokol-samples**:
https://github.com/floooh/sokol-samples/blob/master/glfw/imgui-glfw.cc | | Unity | **dear-imgui-unity**:
https://github.com/realgamessoftware/dear-imgui-unity
**uimgui**:
https://github.com/psydack/uimgui | Unreal Engine 4/5 | **UnrealImGui**:
https://github.com/segross/UnrealImGui
fork: https://github.com/benui-dev/UnrealImGui
**UnrealEngine_ImGui**:
https://github.com/sronsse/UnrealEngine_ImGui
**UnrealNetImgui** (plugin for NetImgui):
https://github.com/sammyfreg/UnrealNetImgui

Also see: **UnrealImGuiTools** "A set of tools and utilities for use with Unreal Engine projects using ImGui."
https://github.com/nakdeyes/UnrealImGuiTools -| vtk | **imgui-vtk**:
https://github.com/trlsmax/imgui-vtk +| vtk | **imgui-vtk**:
https://github.com/trlsmax/imgui-vtk
**vtkDearImGUIInjector**:
https://github.com/jspanchu/vtkDearImGUIInjector
**vtkImGuiAdapter**:
https://github.com/phcerdan/vtkImGuiAdapter | VulkanHpp | **ImGui-VulkanHpp**:
https://github.com/takiyu/ImGui-VulkanHpp | VulkanSceneGraph | **vsgImGui**:
https://github.com/vsg-dev/vsgImGui | vvvv | **VL.ImGui**:
https://github.com/vvvv/VL.StandardLibs/tree/main/VL.ImGui
(Shipping with vvvv out-of-the-box)