mirror of
https://github.com/vrld/HC.git
synced 2024-11-18 12:54:23 +00:00
General purpose collision detection library for the use with LÖVE.
ce4b8011da
The Gilbert–Johnson–Keerthi collision detection algorithm is significantly faster than collision detection using the separating axis theorem. GJK can only determine whether two shapes collide, but not the penetration vector. The expanding polytype algorithm can use information from GJK to quickly find the required vector. |
||
---|---|---|
class.lua | ||
gjk.lua | ||
init.lua | ||
polygon.lua | ||
README | ||
shapes.lua | ||
spatialhash.lua | ||
vector-light.lua |
General Purpose 2D Collision Detection System Documentation and examples here: http://vrld.github.com/HardonCollider