From e2f3e94fdc58e2c5bcfa950ecd79a6081616634b Mon Sep 17 00:00:00 2001 From: omar Date: Sat, 26 Aug 2023 19:56:44 +0200 Subject: [PATCH] imgui_gm --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 93ab386..555cc9b 100644 --- a/Bindings.md +++ b/Bindings.md @@ -76,7 +76,7 @@ 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 | -| GML / GameMaker Studio 2 | **ImGuiGML**:
https://marketplace.yoyogames.com/assets/6221/imguigml
**ImGui_GM**:
https://github.com/nommiin/ImGui_GM
| +| 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) |