Hacker News new | ask | show | jobs
by badmonster 401 days ago
How are custom collision effects like ‘explode’ or ‘gravity shift’ implemented on top of Matter.js’ core collision events?
1 comments

The base collision detection is handled through Matter.js' built-in collision events such as mouse interaction events, force application, and Visual particle effects