Difference between revisions of "layouter"
(Created page with "Layouter is a simple UI grid layout library for LÖVE 2D game engine. It currently supports these element types: - text (including spacer = blank text) - text button - ima...") |
m (typo) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
It currently supports these element types: | It currently supports these element types: | ||
− | + | <ul> | |
− | + | <li>text (including spacer = blank text) | |
− | + | <li>text button | |
− | + | <li>image | |
− | + | </ul> | |
− | |||
Line 15: | Line 14: | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
+ | |||
+ | |||
+ | {{#set:Name=Layouter}} | ||
+ | {{#set:LOVE Version=11.4+}} | ||
+ | {{#set:Description=Simple UI grid layout library.}} | ||
+ | {{#set:Keyword=Graphical User Interface}} |
Latest revision as of 11:23, 13 March 2024
Layouter is a simple UI grid layout library for LÖVE 2D game engine.
It currently supports these element types:
- text (including spacer = blank text)
- text button
- image
Download and more documentation:
https://github.com/nekromoff/layouter