General purpose collision detection library for the use with LÖVE.
Go to file
2013-02-09 22:07:31 +01:00
class.lua Switch to light vector module 2012-04-12 16:07:50 +02:00
gjk.lua Collision detection using GJK/EPA instead of SAT. 2012-05-20 16:50:35 +02:00
init.lua [Fix] HC:remove(shape) does not remove from groups 2013-02-09 22:04:28 +01:00
polygon.lua [Fix #23] polygon:getBBox should be polygon:bbox 2013-02-09 22:07:31 +01:00
README Fix triangulation. Use class-commons. Add hash:draw() 2012-01-22 00:09:54 +01:00
shapes.lua [Fix #23] polygon:getBBox should be polygon:bbox 2013-02-09 22:07:31 +01:00
spatialhash.lua Better check if cell is empty in Hash:draw() 2013-02-09 22:04:18 +01:00
vector-light.lua Switch to light vector module 2012-04-12 16:07:50 +02:00

General Purpose 2D Collision Detection System

Documentation and examples here:
http://vrld.github.com/HardonCollider