Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanjosalvador/horchata
A bunch of micromodules made to make easier Lua game development
https://github.com/juanjosalvador/horchata
love2d love2d-framework lua lua-module
Last synced: 8 days ago
JSON representation
A bunch of micromodules made to make easier Lua game development
- Host: GitHub
- URL: https://github.com/juanjosalvador/horchata
- Owner: JuanjoSalvador
- License: mit
- Created: 2019-11-23T21:12:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T09:21:18.000Z (almost 5 years ago)
- Last Synced: 2024-11-28T23:24:51.425Z (2 months ago)
- Topics: love2d, love2d-framework, lua, lua-module
- Language: Lua
- Homepage: https://jsalvador.me/horchata
- Size: 66.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![CI](https://github.com/JuanjoSalvador/horchata/workflows/CI/badge.svg?branch=master)
# horchata
A bunch of micromodules made to make easier Lua game development* horchata.collision provides a simply collision detector
* horchata.color helps you to manage Löve2D color system
* horchata.logger makes easier to log your game
* horchata.menu] helps you to create beautiful menus
* horchata.music manage music by the simple way
* horchata.serializer allows you to serialize a table## Docs
Documentation is generated with `ldoc`, so you can generate your own. If you want a hosted version, current docs are [available here](https://jsalvador.me/horchata).
## Install
You can install from source or using Luarocks
### Source
Just download the latest release from [releases page](https://github.com/JuanjoSalvador/horchata/releases), and place it into your lib folder.
### Luarocks
Run
luarocks install horchata
Make sure you have the correct `package.path` defined at your script.
## License
Horchata is MIT license.