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...")
 
Line 2: Line 2:
  
 
It currently supports these element types:
 
It currently supports these element types:
 
+
<ul>
- text (including spacer = blank text)
+
<li>text (including spacer = blank text)
 
+
<li>text button
- text button
+
<li>image
 
+
</ul>
- image
 
  
  
Line 15: Line 14:
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
 +
 +
{{#set:Name=Layouter}}
 +
{{#set:LOVE Version=1.4+}}
 +
{{#set:Description=Simple UI grid layout library.}}
 +
{{#set:Keyword=Graphical User Interface}}

Revision as of 11:12, 18 February 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