Gideros
Game engine.
Useful Lua-Libraries
lume 1.2k
updated 2y ago
Great collection of functions that are useful for game development.
inspect 1.5k
updated 2mo ago
Easily pretty-print your tables to the console in a readable way.
bump 1.1k
updated 2y ago
Simple, flexible and fast library for collision detection using axis-aligned bounding boxes (from version 2017.8 onwards Gideros contains a C-port of the library with the same API that should be used instead cbump.
Bresenham 17
updated 9y ago
Bresenham's line algorithm, implemented in Lua.