Updated Bindings (markdown)

omar 2023-11-13 15:48:21 +01:00
parent b00366a0d4
commit fee1c19051

@ -76,9 +76,9 @@ Other backends:
| Diligent Engine | **DiligentTools**:<br>[DiligentTools](https://github.com/DiligentGraphics/DiligentTools/blob/master/Imgui/src/ImGuiImplDiligent.cpp), [example](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Samples/ImguiDemo) | | Diligent Engine | **DiligentTools**:<br>[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**:<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 |
| GLEQ | Event processing:<br>[#3034](https://github.com/ocornut/imgui/issues/3034)
| GML / GameMaker Studio 2 | **ImGuiGML**:<br>https://marketplace.yoyogames.com/assets/6221/imguigml<br>**ImGui_GM**:<br>https://nommiiin.itch.io/imgui-gm / https://github.com/nommiin/ImGui_GM<br> | | GML / GameMaker Studio 2 | **ImGuiGML**:<br>https://marketplace.yoyogames.com/assets/6221/imguigml<br>**ImGui_GM**:<br>https://nommiiin.itch.io/imgui-gm / https://github.com/nommiin/ImGui_GM<br> |
| Godot | **imgui-godot**:<br>https://github.com/pkdawson/imgui-godot<br>**godot-dear-imgui**:<br>https://github.com/Blackdrop-Interactive-AB/godot-dear-imgui | Godot | **imgui-godot**:<br>https://github.com/pkdawson/imgui-godot<br>**godot-dear-imgui**:<br>https://github.com/Blackdrop-Interactive-AB/godot-dear-imgui
| 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/Armmegon/Irrlicht-ImGui | | Irrlicht Engine | **IrrIMGUI**:<br>https://github.com/Armmegon/Irrlicht-ImGui |
| JUCE | **imgui_juce**:<br>https://github.com/Krasjet/imgui_juce | | JUCE | **imgui_juce**:<br>https://github.com/Krasjet/imgui_juce |
@ -111,7 +111,6 @@ Other backends:
| VulkanHpp | **ImGui-VulkanHpp**:<br>https://github.com/takiyu/ImGui-VulkanHpp | VulkanHpp | **ImGui-VulkanHpp**:<br>https://github.com/takiyu/ImGui-VulkanHpp
| VulkanSceneGraph | **vsgImGui**:<br>https://github.com/vsg-dev/vsgImGui | VulkanSceneGraph | **vsgImGui**:<br>https://github.com/vsg-dev/vsgImGui
| vvvv | **VL.ImGui**:<br>https://github.com/vvvv/VL.StandardLibs/tree/main/VL.ImGui<br>(Shipping with vvvv out-of-the-box) | vvvv | **VL.ImGui**:<br>https://github.com/vvvv/VL.StandardLibs/tree/main/VL.ImGui<br>(Shipping with vvvv out-of-the-box)
| Win32 (native) example | **example_win32_opengl3**:<br>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**:<br>Unmerged PR: [#2724](https://github.com/ocornut/imgui/pull/2724) | Win32 GDI renderer | **imgui_impl_gdi**:<br>Unmerged PR: [#2724](https://github.com/ocornut/imgui/pull/2724)
| WxWidgets | **wxImGuiCanvas.h**:<br>https://github.com/ocornut/imgui/issues/1029 | WxWidgets | **wxImGuiCanvas.h**:<br>https://github.com/ocornut/imgui/issues/1029