From 6df54b51e83c394dddc030d983cdf4df01649f75 Mon Sep 17 00:00:00 2001
From: MSeys <32166289+MSeys@users.noreply.github.com>
Date: Wed, 8 Jul 2020 22:52:38 +0200
Subject: [PATCH] I've added the sol2 ImGui bindings I've made, doesn't include
every single function, but it has quite a bunch of them.
---
Bindings.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Bindings.md b/Bindings.md
index 6887f60..b9ac734 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -17,7 +17,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 |
+| 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 |
| 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 |