Difference between revisions of "bump.lua"
(Created page with "{{#set:LOVE Version=Any}} {{#set:Description=Minimal collision detection lib.}} Category:Libraries Forum thread: https://love2d.org/forums/viewtopic.php?f=5&t=9489 Lates...") |
(formatting changes, add keyword field) |
||
Line 1: | Line 1: | ||
− | + | '''bump.lua''' is a very barebones collision detection library. It only manages axis aligned bounding boxes, but has a very nice interface for doing so. | |
− | + | ||
+ | Please refer to the forum post above or the latest version link for examples of use. | ||
+ | == Links == | ||
+ | * [https://love2d.org/forums/viewtopic.php?f=5&t=9489 Forum thread] | ||
+ | * [https://github.com/kikito/bump.lua Source code] | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
− | + | {{#set:LOVE Version=Any}} | |
− | + | {{#set:Description=Minimal collision detection lib.}} | |
− | + | {{#set:Keyword=Physics}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:23, 27 March 2016
bump.lua is a very barebones collision detection library. It only manages axis aligned bounding boxes, but has a very nice interface for doing so.
Please refer to the forum post above or the latest version link for examples of use.
Links