Difference between revisions of "AeroGUI"
(AeroGUI Documentation) |
|||
Line 1: | Line 1: | ||
− | + | {{#set:Name=AeroGUI Library}} | |
− | AeroGUI is a Love2D GUI library developed by [ | + | {{#set:LOVE Version=0.8.0}} |
+ | {{#set:Description=Easy-to-use system to create basic interfaces.}} | ||
+ | {{#set:Creator=[[User=Aeromcfly]]}} | ||
+ | |||
+ | AeroGUI is a Love2D GUI library developed by [[User:Aeromcfly]]. | ||
+ | |||
+ | <!--__TOC__--> | ||
+ | |||
+ | = Objects = | ||
+ | |||
+ | === List of all GUI objects === | ||
+ | <ul> | ||
+ | <li>Screen</li> | ||
+ | <li>Frame</li> | ||
+ | <li>Label</li> | ||
+ | <li>Button</li> | ||
+ | </ul> | ||
+ | |||
+ | <source lang="lua"> | ||
+ | local a = 10 | ||
+ | </source> |
Revision as of 00:01, 23 March 2012
AeroGUI is a Love2D GUI library developed by User:Aeromcfly.
Objects
List of all GUI objects
- Screen
- Frame
- Label
- Button
local a = 10