From fee1c19051b108c1da30a2b8b96699775b21380f Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 13 Nov 2023 15:48:21 +0100 Subject: [PATCH] Updated Bindings (markdown) --- Bindings.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bindings.md b/Bindings.md index ae2af1c..0e1ab54 100644 --- a/Bindings.md +++ b/Bindings.md @@ -76,9 +76,9 @@ Other backends: | Diligent Engine | **DiligentTools**:
[DiligentTools](https://github.com/DiligentGraphics/DiligentTools/blob/master/Imgui/src/ImGuiImplDiligent.cpp), [example](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Samples/ImguiDemo) | | Ebiten | **ebiten-imgui**:
https://github.com/gabstv/ebiten-imgui | | Flexium | **FlexGUI**:
https://github.com/DXsmiley/FlexGUI | +| GLEQ | Event processing:
[#3034](https://github.com/ocornut/imgui/issues/3034) | GML / GameMaker Studio 2 | **ImGuiGML**:
https://marketplace.yoyogames.com/assets/6221/imguigml
**ImGui_GM**:
https://nommiiin.itch.io/imgui-gm / https://github.com/nommiin/ImGui_GM
| | Godot | **imgui-godot**:
https://github.com/pkdawson/imgui-godot
**godot-dear-imgui**:
https://github.com/Blackdrop-Interactive-AB/godot-dear-imgui -| GLEQ | Event processing:
[#3034](https://github.com/ocornut/imgui/issues/3034) | GTK3 + OpenGL3 | **imgui_impl_gtk3**:
Unmerged PR: [#2032](https://github.com/ocornut/imgui/pull/2032) | | Irrlicht Engine | **IrrIMGUI**:
https://github.com/Armmegon/Irrlicht-ImGui | | JUCE | **imgui_juce**:
https://github.com/Krasjet/imgui_juce | @@ -111,7 +111,6 @@ Other backends: | 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