Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaeza/kloveui
Simple User Interface library for LÖVE.
https://github.com/kaeza/kloveui
gui love2d lua
Last synced: 28 days ago
JSON representation
Simple User Interface library for LÖVE.
- Host: GitHub
- URL: https://github.com/kaeza/kloveui
- Owner: kaeza
- License: mit
- Created: 2017-07-07T04:24:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T23:31:54.000Z (about 5 years ago)
- Last Synced: 2024-11-08T10:54:19.202Z (2 months ago)
- Topics: gui, love2d, lua
- Language: Lua
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# KLÖVEUI
A simple UI library for [LÖVE][love2d].
## License
This program is free software released under a permissive license. You can
use it both in Free and closed source software. See `LICENSE.md` for details.## Features
* As you see, docs are very good.
* All you need is LÖVE.## API Documentation
API documentation can be generated using using [LDoc][LDoc]. It is not
available online at the moment.## Requirements
* [LÖVE][love2d] (tested with 11.3, "Mysterious Mysteries").
* [klass][klass][love2d]: https://love2d.org
[LDoc]: https://github.com/stevedonovan/LDoc
[klass]: https://github.com/kaeza/klass