Difference between revisions of "fLUIds"

m (This library uses love-imgui, which is a C wrapper to IMGUI)
m
 
Line 16: Line 16:
 
{{#set:Standalone_Lua_Module=No (uses love-imgui (a C wrapper to IMGUI))}}
 
{{#set:Standalone_Lua_Module=No (uses love-imgui (a C wrapper to IMGUI))}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
== Other Languages ==
 +
{{i18n|fLUIds}}

Latest revision as of 06:53, 17 December 2019

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

Other Languages