General purpose collision detection library for the use with LÖVE.
Go to file
Matthias Richter a9261b83fa Accomodate API change in love 0.10.0
love.graphics.point was replaced by love.graphics.points
2021-09-07 13:48:53 +02:00
docs document CircleShape:draw() 2018-11-26 03:00:32 -05:00
class.lua Adhere to new class commons specs. 2013-07-21 12:51:35 +02:00
gjk.lua Removed unnecessary statements 2017-11-05 19:46:31 -03:00
hc-0.1-1.rockspec Fix #54: Invalid rockspec 2018-04-08 14:12:09 +02:00
init.lua Fix #59: add HC.shapesAt(x,y) 2018-10-24 13:31:31 +02:00
polygon.lua Prevents trying to create sub-polygons (triangles) with less than 3 non-collinear points when triangulating a polygon 2018-02-08 21:45:08 +01:00
README Update README 2015-10-09 23:20:46 +02:00
shapes.lua Accomodate API change in love 0.10.0 2021-09-07 13:48:53 +02:00
spatialhash.lua Fix #44 - Spatialhash now keeps strong references 2018-04-08 14:40:38 +02: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://hc.readthedocs.org/