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
Documentation is generated with ldoc
, so you can generate your own. If you want a hosted version, current docs are available here.
You can install from source or using Luarocks
Just download the latest release from releases page, and place it into your lib folder.
Run
luarocks install horchata
Make sure you have the correct package.path
defined at your script.
Horchata is MIT license.