piqnt / planck.js

2D JavaScript Physics Engine
http://piqnt.com/planck.js/
MIT License
4.87k stars 236 forks source link

Update Codebase to box2d may 2017 #246

Closed zOadT closed 1 year ago

zOadT commented 1 year ago

Splitting up the work from https://github.com/piqnt/planck.js/pull/232 into multiple PRs.

Most stuff is pretty straight forward, the updated MotorJoint formula is from https://github.com/erincatto/box2d/commit/33af62e357051801afc6143107fc1be9e41ae9aa. (Testbeds still work fine)

This PR puts Planck.js to commit 8cbddc3328ea648c998427fccee7715ab409548c of box2d