Beef, Godot

omar 2020-08-05 10:08:57 +02:00
parent b58816b562
commit b070356a9a

@ -4,7 +4,7 @@ _NB: those bindings may be more or less maintained, more or less close to the sp
| Language | Project | | Language | Project |
|------------|---| |------------|---|
| Beef |https://github.com/qzole/imgui-beef | Beef | **imgui-beef**: Beef wrapper library for Dear ImGui<br>https://github.com/qzole/imgui-beef
| C | **cimgui**: auto-generated c-api wrapper for Dear ImGui <br>\*\***(json/lua output can be used to automatically generate other bindings**)\*\*<br>https://github.com/cimgui/cimgui | | C | **cimgui**: auto-generated c-api wrapper for Dear ImGui <br>\*\***(json/lua output can be used to automatically generate other bindings**)\*\*<br>https://github.com/cimgui/cimgui |
| C#/.Net | **ImGui.NET**: An ImGui wrapper for .NET Core <br>https://github.com/mellinoe/ImGui.NET | | C#/.Net | **ImGui.NET**: An ImGui wrapper for .NET Core <br>https://github.com/mellinoe/ImGui.NET |
| ChaiScript | **imgui-chaiscript**: ChaiScript bindings for ImGui <br>https://github.com/JuJuBoSc/imgui-chaiscript | | ChaiScript | **imgui-chaiscript**: ChaiScript bindings for ImGui <br>https://github.com/JuJuBoSc/imgui-chaiscript |
@ -44,6 +44,7 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12,
| Ebiten | **ebiten-imgui**:<br>https://github.com/gabstv/ebiten-imgui | | Ebiten | **ebiten-imgui**:<br>https://github.com/gabstv/ebiten-imgui |
| Flexium | **FlexGUI**:<br>https://github.com/DXsmiley/FlexGUI | | Flexium | **FlexGUI**:<br>https://github.com/DXsmiley/FlexGUI |
| GML / GameMaker Studio 2 | **ImGuiGML**:<br>https://marketplace.yoyogames.com/assets/6221/imguigml | | GML / GameMaker Studio 2 | **ImGuiGML**:<br>https://marketplace.yoyogames.com/assets/6221/imguigml |
| Godot | **imgui-godot**:<br>https://github.com/pkdawson/imgui-godot
| GLEQ | Event processing:<br>[#3034](https://github.com/ocornut/imgui/issues/3034) | GLEQ | Event processing:<br>[#3034](https://github.com/ocornut/imgui/issues/3034)
| GTK3 + OpenGL3 | **imgui_impl_gtk3**:<br>Unmerged PR: [#2032](https://github.com/ocornut/imgui/pull/2032) | | GTK3 + OpenGL3 | **imgui_impl_gtk3**:<br>Unmerged PR: [#2032](https://github.com/ocornut/imgui/pull/2032) |
| Irrlicht Engine | **IrrIMGUI**:<br>https://github.com/ZahlGraf/IrrIMGUI | | Irrlicht Engine | **IrrIMGUI**:<br>https://github.com/ZahlGraf/IrrIMGUI |