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

Also see **DearPyGui** below for a RM-style framework. |