mirror of https://gitea.it/1414codeforge/yui
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
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](https://love2d.org).
|
|
|
|
## 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:
|
|
|
|
* [gear](https://git.doublefourteen.io/lua/gear) for general algorithms.
|
|
* [moonspeak](https://git.doublefourteen.io/lua/moonspeak) for its localization functionality.
|
|
|
|
## 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](https://github.com/vrld/SUIT).
|
|
SUIT is licensed under the [MIT license](https://github.com/vrld/suit/blob/master/license.txt).
|
|
|
|
Widgets offered by **yui** are also inspired by **SUIT**.
|
|
|
|
See [ACKNOWLEDGEMENT](README.ACKNOWLEDGEMENT) for full SUIT license
|
|
information and copyright notice.
|