From b070356a9a2f60f2ad5b7b375a6693a22555dc28 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 5 Aug 2020 10:08:57 +0200 Subject: [PATCH] Beef, Godot --- Bindings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 198e53f..56f9ec4 100644 --- a/Bindings.md +++ b/Bindings.md @@ -4,7 +4,7 @@ _NB: those bindings may be more or less maintained, more or less close to the sp | Language | Project | |------------|---| -| Beef |https://github.com/qzole/imgui-beef +| Beef | **imgui-beef**: Beef wrapper library for Dear ImGui
https://github.com/qzole/imgui-beef | C | **cimgui**: auto-generated c-api wrapper for Dear ImGui
\*\***(json/lua output can be used to automatically generate other bindings**)\*\*
https://github.com/cimgui/cimgui | | C#/.Net | **ImGui.NET**: An ImGui wrapper for .NET Core
https://github.com/mellinoe/ImGui.NET | | ChaiScript | **imgui-chaiscript**: ChaiScript bindings for ImGui
https://github.com/JuJuBoSc/imgui-chaiscript | @@ -44,6 +44,7 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12, | 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 | +| Godot | **imgui-godot**:
https://github.com/pkdawson/imgui-godot | 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/ZahlGraf/IrrIMGUI |