Reusable dependencies for games made with lua (especially with love)
Go to file
2020-01-30 14:58:18 +11:00
functional.lua [modified] sequences use metatable rather than copying from table 2020-01-30 14:58:18 +11:00
init.lua initial commit 2020-01-29 14:26:28 +11:00
intersect.lua initial commit 2020-01-29 14:26:28 +11:00
license.txt [added] readme, license 2020-01-29 14:32:57 +11:00
math.lua initial commit 2020-01-29 14:26:28 +11:00
oo.lua initial commit 2020-01-29 14:26:28 +11:00
readme.md [added] readme, license 2020-01-29 14:32:57 +11:00
stable_sort.lua initial commit 2020-01-29 14:26:28 +11:00
state_machine.lua initial commit 2020-01-29 14:26:28 +11:00
table.lua initial commit 2020-01-29 14:26:28 +11:00
vec2.lua [added] vec3.lua (very quick work, probably would benefit from tests) 2020-01-29 21:12:14 +11:00
vec3.lua [added] vec3.lua (very quick work, probably would benefit from tests) 2020-01-29 21:12:14 +11:00

lua-core

Core dependencies for making games with lua, especially with love.

Definitely needs a catchier name, but does a lot of useful stuff to get projects off the ground faster.