Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 184 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 184 Bytes

imlua

Incomplete Lua bindings for Imgui

if ImGui.BeginWindow("Window") then
  ImGui.Text("This is a window")
  if ImGui.Button("hallo") then
    print("hallo")
  end
end