1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-12-02 19:27:27 +01:00

Kotlin-imgui

omar 2020-01-20 22:43:48 +01:00
parent 967b02b73c
commit d8469fc074

@ -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 <br>https://github.com/ice1000/jimgui <br>**imgui-java**: A handcrafted/generated Java binding for the Dear ImGui<br>https://github.com/SpaiR/imgui-java |
| JavaScript | **imgui-js**: JavaScript bindings for Dear ImGui using Emscripten and TypeScript <br>https://github.com/flyover/imgui-js + also see [web demo](https://flyover.github.io/imgui-js/example/) |
| Julia | **CImGui.jl**: Julia wrapper for cimgui <br>https://github.com/Gnimuc/CImGui.jL |
| Kotlin | **kotlin-imgui**: Kotlin bindings for Dear ImGui<br>https://github.com/Dominaezzz/kotlin-imgui
| 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 <br> **lua-ffi-bindings**: FFI bindings for LuaJIT <br>https://github.com/thenumbernine/lua-ffi-bindings |
| Nim | **nim-imgui**: cimgui bindings for Nim <br>https://github.com/nimgl/imgui |
| Odin | **odin_dear_imgui**: Odin binding for Dear ImGui <br>https://github.com/ThisDrunkDane/odin-dear_imgui |