Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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