sonoro1234 / LuaJIT-ImGui

LuaJIT ffi binding for imgui, backends and extension widgets
MIT License
225 stars 29 forks source link
imgui luajit luajit-ffi

LuaJIT-ImGui

sample

notepad

This is a LuaJIT binding for the excellent C++ immediate gui imgui. Uses cimgui to be the most "up to date" as possible.

Notes:

cloning

Remember to do a recursive cloning of the repo to pull submodules also.

git clone --recurse-submodules https://github.com/sonoro1234/LuaJIT-ImGui.git

If already cloned and updating do from this repo folder:

git submodule update --init --recursive

compiling

trying

binding generation

used in