df-utils provides stateless functions for common LÖVE game development, including:
Code is reasonably biased towards speed, at the occasional expense of abstraction.
Code is documented with LDoc.
Documentation may be generated running the command:
ldoc init.lua
ldoc generates a doc directory, open doc/index.html with your favorite browser to read the documentation.
ldoc
doc
doc/index.html
The test suite uses busted.
Tests may be run with the command:
lua spec/utils_spec.lua
See LICENSE for details.