diff --git a/Bindings.md b/Bindings.md index 9831082..ec80dac 100644 --- a/Bindings.md +++ b/Bindings.md @@ -35,7 +35,7 @@ Now on to the list... | Julia | **CImGui.jl**: Julia wrapper for cimgui
https://github.com/Gnimuc/CImGui.jL | | Kotlin | **kotlin-imgui**: Kotlin bindings for Dear ImGui
https://github.com/Dominaezzz/kotlin-imgui | 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
**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| +| 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 | | Pascal | **imgui-pas**: pascal bindings for imgui
https://github.com/dpethes/imgui-pas |