From 8061e98d42ed74a81c0787b9258c846562e82b7a Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 22 Feb 2023 12:07:50 +0100 Subject: [PATCH] Mach engine --- Bindings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Bindings.md b/Bindings.md index 1d9b94f..76531d7 100644 --- a/Bindings.md +++ b/Bindings.md @@ -82,6 +82,7 @@ Other backends: | Irrlicht Engine | **IrrIMGUI**:
https://github.com/ZahlGraf/IrrIMGUI | | JUCE | **imgui_juce**:
https://github.com/Krasjet/imgui_juce | | LÖVE+LUA | **love-imgui**:
https://github.com/slages/love-imgui
**love-imgui (fork)**:
https://github.com/MikuAuahDark/love-imgui
**LuaJIT-ImGui (ffi)**:
https://github.com/sonoro1234/LuaJIT-ImGui
**cimgui-love (ffi)**:
https://github.com/apicici/cimgui-love | +| Mach engine | **mach/imgui**:
https://github.com/machlibs/imgui | Magnum | **magnum-integration**:
https://github.com/mosra/magnum-integration, [doc](https://doc.magnum.graphics/magnum/namespaceMagnum_1_1ImGuiIntegration.html), [example](https://doc.magnum.graphics/magnum/examples-imgui.html) | | Marmalade | **imgui_impl_marmalade**:
[backend](https://github.com/ocornut/imgui/tree/v1.85/backends) + [example](https://github.com/ocornut/imgui/tree/v1.85/examples/example_marmalade) | Monogame | **ImGui.NET for MonoGame**:
https://github.com/roy-t/ImGui.NET