/lume

Lua functions geared towards gamedev

Primary LanguageLuaMIT LicenseMIT

Lume

Build Status Coverage Status

A collection of functions for Lua, geared towards game development.

Installation

The lume.lua file should be dropped into an existing project and required by it:

lume = require "lume"

Usage

LDoc documentation

License

This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.