Collision Detection?

Monkey Forums/Monkey Programming/Collision Detection?

boomboom(Posted 2011) [#1]
Has anyone made any Collision Detection libraries or is there a way to do it within mojo?


Tibit(Posted 2011) [#2]
Would you like to be more specific?

You have rect-rect collision built into the rectangle class in monkey for example.


degac(Posted 2011) [#3]
Just have a look to the basic-sample: there's something about line-to-circle collision too.


Xaron(Posted 2011) [#4]
I work on a 2d physics port of chipmunk which will have collisions as well of course.


CodeGit(Posted 2011) [#5]
How much progress have you made with the chipmunk port?


Xaron(Posted 2011) [#6]
About 80% not including the samples yet...


CodeGit(Posted 2011) [#7]
This is good news.I'm sure chipmunk is going to be a big hit for monkey.


CdrJameson(Posted 2011) [#8]
> You have rect-rect collision built into the rectangle class in monkey for example.

There's a rectangle class? Where does that live?


GfK(Posted 2011) [#9]
There's a rectangle class? Where does that live?
I'd quite like to know the answer to this, too.