1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-27 17:10:57 +01:00

Updated Odin bindings with a repo that is still up-to-date.

Karl Zylinski 2024-03-18 23:40:52 +01:00
parent f0aa503319
commit 70cd7d1032

@ -48,7 +48,7 @@ Now on to the list...
| Lobster | **imgui.lobster**: <br>http://strlen.com/lobster/
| Lua | **LuaJIT-ImGui**: LuaJIT ffi binding for imgui and implementations <br>https://github.com/sonoro1234/LuaJIT-ImGui <br>**imgui_lua_bindings**: imgui bindings for lua (also see LÖVE binding) <br>https://github.com/patrickriordan/imgui_lua_bindings (unmaintained) <br>https://github.com/megumumpkin/imgui_lua_bindings (up to date fork) <br> **lua-ffi-bindings**: FFI bindings for LuaJIT <br>https://github.com/thenumbernine/lua-ffi-bindings <br>**sol2_imgui_bindings**: ImGui bindings for Sol2 <br>https://github.com/MSeys/sol2_ImGui_Bindings <br>**Gideros_ImGui**: ImGui bindings for Gideros Studio <br>https://github.com/MultiPain/Gideros_ImGui|
| Nim | **nim-imgui**: cimgui bindings for Nim <br>https://github.com/nimgl/imgui |
| Odin | **odin-imgui**: Odin binding for Dear ImGui <br>https://github.com/ThisDrunkDane/odin-imgui |
| Odin | **odin-imgui**: Odin binding for Dear ImGui <br>https://gitlab.com/L-4/odin-imgui |
| Pascal | **imgui-pas**: pascal bindings for imgui <br>https://github.com/dpethes/imgui-pas |
| PureBasic | **pb-cimgui**: PureBasic interface to CImGui Wrapper <br>https://github.com/hippyau/pb-cimgui |
| Python | **pyimgui**: Cython-based Python bindings for dear imgui <br>https://github.com/swistakm/pyimgui <br>**Bimpy**: Bundled imgui for python <br>https://github.com/podgorskiy/bimpy <br> **CyImGui**: Python bindings for ImGui using Cython. (obsolete) <br>https://github.com/chromy/cyimgui <br> **Ogre-imgui**: <br> https://github.com/OGRECave/ogre-imgui <br>**deargui**: Python bindings for dear imgui, generated with clang and pybind11 <br>https://github.com/cammm/deargui <br>**Dear ImGui Bundle**: autogenerated bindings and stubs for ImGui (as well as ImPlot, ImGuizmo, node-editor, etc.)<br>https://github.com/pthom/imgui_bundle<br><br>Also see **DearPyGui** below for a RM-style framework. |