Skip to content

JuanjoSalvador/horchata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

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.

Install

You can install from source or using Luarocks

Source

Just download the latest release from releases page, 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.