From badd286db12efa68bde796d1d066ce7946301817 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 18 Oct 2018 10:45:08 +0200 Subject: [PATCH] Added LuaJIT ffi bindings --- Bindings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Bindings.md b/Bindings.md index 79c1769..2678e1f 100644 --- a/Bindings.md +++ b/Bindings.md @@ -32,6 +32,9 @@ Java (jimgui): Pure Java binding for dear imgui 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/) +Lua (LuaJIT-ImGui): LuaJIT ffi binding for imgui and implementations +
https://github.com/sonoro1234/LuaJIT-ImGui + Lua: imgui bindings for lua (also see: LOVE binding)
https://github.com/patrickriordan/imgui_lua_bindings