Skip to content

moleium/imlua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Incomplete Lua bindings for Imgui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages