Difference between revisions of "fLUIds (日本語)"

(Created page with "LaTeX TikZ ノード位置調整に着想を得た簡潔な love-imgui API ラッパー (MoonScript で記述しました!) <source lang="lua"> drawable = function() imgui....")
 
m
 
Line 15: Line 15:
 
{{#set:Keyword=Graphical User Interface}}
 
{{#set:Keyword=Graphical User Interface}}
 
{{#set:Standalone_Lua_Module=いいえ (love-imgui を使用 (IMGUI の C ラッパー))}}
 
{{#set:Standalone_Lua_Module=いいえ (love-imgui を使用 (IMGUI の C ラッパー))}}
[[Category:Libraries (日本語)]]]
+
[[Category:Libraries (日本語)]]
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n (日本語)|fLUIds}}
 
{{i18n (日本語)|fLUIds}}

Latest revision as of 06:52, 17 December 2019

LaTeX TikZ ノード位置調整に着想を得た簡潔な love-imgui API ラッパー (MoonScript で記述しました!)

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

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

フォーラムのスレッド: https://love2d.org/forums/viewtopic.php?f=5&t=84525

そのほかの言語