From 1a1a1af4aeacfb420fac26a12636ffffee59521b Mon Sep 17 00:00:00 2001
From: Rokas Kupstys <19151258+rokups@users.noreply.github.com>
Date: Thu, 11 Aug 2022 10:31:01 +0300
Subject: [PATCH] Added a link to maintained imgui_lua_bindings fork.
---
Bindings.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 |