physicsplain is a simple 2D physics library written in JavaScript. The library is intended for small browser games and animations. physicsplain is lightweight in memory footprint and code size. This ...
Why create yet another physics engine? Firstly, it has been a personal learning project. Secondly, I wanted to address some issues that I had with existing physics engines: Games do more than ...