josephg / Chipmunk-js

Port of slembcke/Chipmunk-Physics to Javascript
http://dl.dropbox.com/u/2494815/demo/Joints.html
536 stars 59 forks source link

Implement segment collision detection #21

Closed robwalch closed 11 years ago

robwalch commented 11 years ago

seg2seg function does nothing. implement method from chipmunk proper.

josephg commented 11 years ago

I've implemented all changes from 2012 up to (but not including) seg2seg. @slembcke has just rewritten all the collision detection code in the Chipmunk 6.2 beta so I might wait until he considers that stable before porting it across.

If you're keen to port seg2seg now, I'm happy to accept pull requests. But that code'll get ripped out soon anyway.

robwalch commented 11 years ago

I'd be happier to wait for GJK/EPA collision detection :collision: I don't need seg2seg right now.