Difference between revisions of "fLUIds"

m (This library uses love-imgui, which is a C wrapper to IMGUI)
Line 14: Line 14:
 
{{#set:Description=love-imgui API wrap for simplicity}}
 
{{#set:Description=love-imgui API wrap for simplicity}}
 
{{#set:Keyword=Graphical User Interface}}
 
{{#set:Keyword=Graphical User Interface}}
 +
{{#set:Standalone_Lua_Module=No (uses love-imgui (a C wrapper to IMGUI))}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 10:58, 1 May 2018

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