From 2872149789b9f7ed0ee15360dec448d5ba4a8b90 Mon Sep 17 00:00:00 2001
From: MultiPain <32590972+MultiPain@users.noreply.github.com>
Date: Sat, 19 Dec 2020 00:40:47 +0900
Subject: [PATCH] Added LUA binding for Gideros Studio
---
Bindings.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Bindings.md b/Bindings.md
index ba526bb..6005701 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -19,7 +19,7 @@ _NB: those bindings may be more or less maintained, more or less close to the sp
| 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
**sol2_imgui_bindings**: ImGui bindings for Sol2
https://github.com/MSeys/sol2_ImGui_Bindings |
+| 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|
| 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 |