HC
HC copied to clipboard
General purpose collision detection library for the use with LÖVE.
e.g. here u use more recent lib: https://github.com/vrld/hump/blob/master/class.lua
It would very much help the usability of this library if the functions and types it exported came with [type annotations](https://luals.github.io/wiki/annotations/) to allow for IDE autocompletion and type-checking.
I noticed there's no mention of `raycast` in the [live docs](https://hc.readthedocs.io/en/latest/MainModule.html). It seems the last build was [6 years ago](https://app.readthedocs.org/projects/hc/?utm_source=hc&utm_content=flyout). Can we update it? I didn't know there was a...