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
667 stars 184 forks source link

`GrabJoint` implementation #325

Open quinton-ashley opened 5 months ago

quinton-ashley commented 5 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.