diff --git a/Links.md b/Links.md new file mode 100644 index 0000000..f2df3b7 --- /dev/null +++ b/Links.md @@ -0,0 +1,46 @@ +### Language bindings + +cimgui: thin c-api wrapper for ImGui +
https://github.com/Extrawurst/cimgui + +ImGui.NET: An ImGui wrapper for .NET Core +
https://github.com/mellinoe/ImGui.NET + +imgui-rs: Rust bindings for ImGui +
https://github.com/Gekkio/imgui-rs + +DerelictImgui: Dynamic bindings to the cimgui library for the D programming language +
https://github.com/Extrawurst/DerelictImgui + +### Framework/engine bindings + +ImGui block for Cinder +
https://github.com/simongeilfus/Cinder-ImGui + +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 + +cocos2d-x-3.8.1 with imgui +
https://github.com/c0i/imguix + +SFML backend for ImGui +
https://github.com/Mischa-Alff/imgui-backends + +FlexImGUI: Version of ImGui for use with Flexium +
https://github.com/DXsmiley/FlexGUI +### Misc + +Remote ImGui +
https://github.com/JordiRos/remoteimgui + +ImWindow: Window and GUI system, include docking/floating window, multi window and multi render support +
https://github.com/thennequin/ImWindow + +imgui_wm: based on ImWindow above +
https://github.com/bkaradzic/bgfx/tree/master/3rdparty/ocornut-imgui \ No newline at end of file