Collision Detection?
Monkey Forums/Monkey Programming/Collision Detection?| 
 | ||
| Has anyone made any Collision Detection libraries or is there a way to do it within mojo? | 
| 
 | ||
| Would you like to be more specific? You have rect-rect collision built into the rectangle class in monkey for example. | 
| 
 | ||
| Just have a look to the basic-sample: there's something about line-to-circle collision too. | 
| 
 | ||
| I work on a 2d physics port of chipmunk which will have collisions as well of course. | 
| 
 | ||
| How much progress have you made with the chipmunk port? | 
| 
 | ||
| About 80% not including the samples yet... | 
| 
 | ||
| This is good news.I'm sure chipmunk is going to be a big hit for monkey. | 
| 
 | ||
| > You have rect-rect collision built into the rectangle class in monkey for example. There's a rectangle class? Where does that live? | 
| 
 | ||
|  There's a rectangle class? Where does that live?  I'd quite like to know the answer to this, too. |