Live data from Hacker News

My First Physics Simulation

github.com

1–5 of 5 posts

Re: My First Physics Simulation

#2
i'm magical paperclip!!

im a freshman in high school with a passion for programming - I recently made sics-ground and I would love to hear feedback and receive stars on it (it's for shipwrecked, a hackathon for highschoolers (hehe I see you)

my goal is 160 stars and i'd love for you to help me reach my goal

tldr; please star it and leave me some feedback :D

Re: My First Physics Simulation

#5

How are custom collision effects like ‘explode’ or ‘gravity shift’ implemented on top of Matter.js’ core collision events?

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