diff --git a/Links.md b/Links.md index f2df3b7..5c0669e 100644 --- a/Links.md +++ b/Links.md @@ -1,5 +1,7 @@ ### Language bindings +_NB: those bindings may be more or less maintened, more or less close to the spirit of original API. ImGui was designed for C++ and some of the subtleties may be lost in translation with other languages. In doubt, always check the original C++ version first._ + cimgui: thin c-api wrapper for ImGui
https://github.com/Extrawurst/cimgui @@ -12,6 +14,9 @@ imgui-rs: Rust bindings for ImGui DerelictImgui: Dynamic bindings to the cimgui library for the D programming language
https://github.com/Extrawurst/DerelictImgui +CyImGui: Python bindings for ImGui using Cython. +
https://github.com/chromy/cyimgui + ### Framework/engine bindings ImGui block for Cinder @@ -20,9 +25,6 @@ ImGui block for Cinder imgui example in openFrameworks
https://github.com/jvcleave/ofxImGui -Irrlicht Binding for ImGui -
https://github.com/ZahlGraf/IrrIMGUI - fips-imgui: fipsified imgui for fips build system
https://github.com/fungos/fips-imgui @@ -32,6 +34,9 @@ cocos2d-x-3.8.1 with imgui SFML backend for ImGui
https://github.com/Mischa-Alff/imgui-backends +Irrlicht Binding for ImGui +
https://github.com/ZahlGraf/IrrIMGUI + FlexImGUI: Version of ImGui for use with Flexium
https://github.com/DXsmiley/FlexGUI ### Misc