Replace quasi engine collision detection system #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(...) with box2d collision detection system. Why not? It's pretty awesome and mine sucks.
If box2d collision detection system has better performance, no problem to switch to it
Now, quasi will use box2d in all scene types and collision will be handled by box2d world object. Just waiting for resolution of issue #16 (Pull request)
Done in #17