quinton-ashley / p5play

JavaScript game engine that uses q5.js/p5.js for graphics and Box2D for physics.
https://p5play.org
GNU Affero General Public License v3.0
654 stars 183 forks source link

`GrabJoint` implementation #325

Open quinton-ashley opened 3 months ago

quinton-ashley commented 3 months ago

I'm working on a new p5play style wrapper for planck's MouseJoint, which will basically provide an easy way to grab and pick up objects with the mouse or touch.