diff --git a/Bindings.md b/Bindings.md index 7867be0..0144451 100644 --- a/Bindings.md +++ b/Bindings.md @@ -15,6 +15,7 @@ _NB: those bindings may be more or less maintained, more or less close to the sp | Java | **jimgui**: Pure Java binding for dear imgui
https://github.com/ice1000/jimgui
**imgui-java**: A handcrafted/generated Java binding for the Dear ImGui
https://github.com/SpaiR/imgui-java | | JavaScript | **imgui-js**: JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://github.com/flyover/imgui-js + also see [web demo](https://flyover.github.io/imgui-js/example/) | | 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 | 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 | | Nim | **nim-imgui**: cimgui bindings for Nim
https://github.com/nimgl/imgui | | Odin | **odin_dear_imgui**: Odin binding for Dear ImGui
https://github.com/ThisDrunkDane/odin-dear_imgui |