vrld / HC

General purpose collision detection library for the use with LÖVE.
http://hc.readthedocs.org/
404 stars 48 forks source link

Do I need LOVE to use Hardon Collider? #66

Closed lerabot closed 2 years ago

lerabot commented 5 years ago

I'd like to intergrate it in my Dreamcast engine that uses LUA for lots of thing....

D0NM commented 5 years ago

You do not need any love Nope. It is pretty independent library.

You do not need even an update loop to rotate your shapes.

BUT!!!! HC uses Love2D graphics functions for the DEBUG output. You can ignore it or replace all such stuff with something from your SDK. love.graphics.rectangle(how or 'line', x,y, self.cell_size, self.cell_size)

lerabot commented 5 years ago

Wonderful!! I'll try it out this coming week :) thanks alot.

lerabot commented 5 years ago

Wonderful!! I'll try it out this coming week :) thanks alot.