rxi / lume

Lua functions geared towards gamedev
MIT License
1.01k stars 80 forks source link

Added `lume.aabb()`, updated README and tests #26

Open Nikaoto opened 6 years ago

Nikaoto commented 6 years ago

Added simple AABB collision detection.

AABB is essential for any game with 2D interaction. Since lume is aimed at gamedev, I think this feature would benefit it and its users, like me.