I'm trying to move shapes with a mouse and use chipmunk to handle collisions like an air hockey game.
When I move a shape it jitters and jumps around.
I'm using cpBodySlew each 60th of a second for the movement.
I can't find away to detect collisions and have smooth control of the shape's position.
Anyone have suggestions as to how to handle this?