Lorenzo Cogotti acf9403291 | ||
---|---|---|
device | ||
.gitignore | ||
.lovedeps | ||
LICENSE | ||
README.ACKNOWLEDGEMENT | ||
README.md | ||
button.lua | ||
checkbox.lua | ||
choice.lua | ||
columns.lua | ||
core.lua | ||
crush.lua | ||
init.lua | ||
input.lua | ||
label.lua | ||
layout.lua | ||
rows.lua | ||
slider.lua | ||
spacer.lua | ||
theme.lua | ||
ui.lua | ||
widget.lua |
README.md
Yui - A Declarative UI library for LÖVE
Yui - Yet another User Interface, is an attempt to ease the process of assembling trivial menu-like GUIs for your game using LÖVE.
Why is that?
Because I'm spending so much time tweaking and customizing existing libraries, I might as well make my own.
Dependencies
Yui depends on:
Acknowledgement
Portions of this library's widget rendering code are taken from the Simple User Interface Toolkit (SUIT) for LÖVE by Matthias Richter.
SUIT's source code is available at: vrld/SUIT. SUIT is licensed under the MIT license.
Widgets offered by yui are also inspired by SUIT.
See ACKNOWLEDGEMENT for full SUIT license information and copyright notice.