From 703f7d6cd78b7bba0985576138c53f76a22cc8e4 Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 24 Jan 2020 19:51:23 +0100 Subject: [PATCH] Fix alphabetical order --- Bindings.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Bindings.md b/Bindings.md index 55d476b..4872818 100644 --- a/Bindings.md +++ b/Bindings.md @@ -34,8 +34,8 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12, | Framework | Project | |------------|---| | Android | Unmerged PR: [#421](https://github.com/ocornut/imgui/pull/421) (old example design, should not be needed) | -| Amethyst | **amethyst-imgui**:
https://github.com/amethyst/amethyst-imgui | AGS / Adventure Game Studio | **agsimgui**:
https://github.com/ericoporto/agsimgui +| Amethyst | **amethyst-imgui**:
https://github.com/amethyst/amethyst-imgui | bsf | **bsfimgui**:
https://github.com/pgruenbacher/bsfImgui | | Cinder | **Cinder-ImGui**:
https://github.com/simongeilfus/Cinder-ImGui | Cocos2d-x | **imguix**:
https://github.com/c0i/imguix
**cocos2dx-imgui**:
https://github.com/Mjarkiew/cocos2dx-imgui and [#551](https://github.com/ocornut/imgui/issues/551) @@ -44,14 +44,14 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12, | GML / GameMaker Studio 2 | **ImGuiGML**:
https://marketplace.yoyogames.com/assets/6221/imguigml | | GTK3 + OpenGL3 | **imgui_impl_gtk3**:
Unmerged PR: [#2032](https://github.com/ocornut/imgui/pull/2032) | | Irrlicht Engine | **IrrIMGUI**:
https://github.com/ZahlGraf/IrrIMGUI | -| Ogre | **ogre-imgui**:
https://github.com/OGRECave/ogre-imgui | -| OpenSceneGraph/OSG | **imgui-osg**:
https://github.com/Tordan/imgui-osg and older gist: https://gist.github.com/fulezi/d2442ca7626bf270226014501357042c | -| openFrameworks | **ofxImGui**:
https://github.com/jvcleave/ofxImGui -| Orx | **ImGuiOrx**:
https://github.com/thegwydd/ImGuiOrx (was [#1843](https://github.com/ocornut/imgui/pull/1843)) | | LÖVE+LUA | **love-imgui**:
https://github.com/slages/love-imgui
**love-imgui (fork)**:
https://github.com/MikuAuahDark/love-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) | | NanoRT | **imgui_impl_raytrace**:
https://github.com/syoyo/imgui/tree/nanort/examples/raytrace_example | | Nim Game Lib | **NimGL**: https://github.com/nimgl/nimgl | +| Ogre | **ogre-imgui**:
https://github.com/OGRECave/ogre-imgui | +| openFrameworks | **ofxImGui**:
https://github.com/jvcleave/ofxImGui +| OpenSceneGraph/OSG | **imgui-osg**:
https://github.com/Tordan/imgui-osg and older gist: https://gist.github.com/fulezi/d2442ca7626bf270226014501357042c | +| Orx | **ImGuiOrx**:
https://github.com/thegwydd/ImGuiOrx (was [#1843](https://github.com/ocornut/imgui/pull/1843)) | | px_render | **px_render_imgui.h**: https://github.com/pplux/px/blob/master/px_render_imgui.h (was [#1935](https://github.com/ocornut/imgui/pull/1935)) | | Qt | **imgui-qt3d**:
https://github.com/alpqr/imgui-qt3d
**QOpenGLWindow (qtimgui)**:
[#1910](https://github.com/ocornut/imgui/issues/1910)
**QtDirect3D**:
https://github.com/giladreich/QtDirect3D, qt6: https://github.com/alpqr/qvk6/tree/imgui/examples/rhi/imguidemo | | SFML | **imgui-sfml**:
https://github.com/eliasdaler/imgui-sfml |