From 608ea8af670f1080843020eae8261e4732f5b932 Mon Sep 17 00:00:00 2001 From: joreg Date: Wed, 26 Apr 2023 00:37:31 +0200 Subject: [PATCH] Updated Bindings (markdown) --- Bindings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Bindings.md b/Bindings.md index 84c649b..e2e7d1b 100644 --- a/Bindings.md +++ b/Bindings.md @@ -108,6 +108,7 @@ Other backends: | vtk | **imgui-vtk**:
https://github.com/trlsmax/imgui-vtk | 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) | 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