Difference between revisions of "fLUIds"

(Created page with "love-imgui API wrap for simplicity, inspired by LaTeX TikZ node positioning. (written in MoonScript!) <source lang="lua"> drawable = function() imgui.Text("Hello World!") end...")
 
Line 7: Line 7:
  
 
GitHub: https://github.com/twentytwoo/fLUIds
 
GitHub: https://github.com/twentytwoo/fLUIds
 +
 
Forum thread: https://love2d.org/forums/viewtopic.php?f=5&t=84525
 
Forum thread: https://love2d.org/forums/viewtopic.php?f=5&t=84525
  

Revision as of 21:47, 4 November 2017

love-imgui API wrap for simplicity, inspired by LaTeX TikZ node positioning. (written in MoonScript!)

drawable = function() imgui.Text("Hello World!") end
fluids.Window("Titlebar", drawable, {10, 10, 100, 300}, {"NoTitleBar"})

GitHub: https://github.com/twentytwoo/fLUIds

Forum thread: https://love2d.org/forums/viewtopic.php?f=5&t=84525