A simple UI library for LOVE2D
Modules
| Utils | Different utility functions |
Classes
| Block | START HERE. |
| Layout | Used to place blocks in a grid. |
| Rectangle | A rectangle. |
| Image | Used to place an image. |
| Stack | Used to place one block over another. |
| Label | Used to place text. |
| ImageButton | An image button. |
Topics
| README.md |
Examples
| buttons.lua | |
| events.lua | |
| fill.lua | |
| layout.lua | |
| o.lua | |
| simple.lua | |
| squares.lua | |
| start.lua |