johnBuffer / VerletSFML-Multithread

Multithreaded deterministic minimalist Verlet solver
MIT License
431 stars 56 forks source link

attaching particles to eachother question (in physics video intro) #8

Open bellick1 opened 11 months ago

bellick1 commented 11 months ago

https://youtu.be/9IULfQH7E90?t=34

and

https://youtu.be/9IULfQH7E90?t=41

I'm assuming the breakable bricks in the intro to your video are just multiple circle particles attached to eachother? Can you share some insight as to how you implemented this?

johnBuffer commented 11 months ago

This project with breakable objects is based on a completely different method (it is an impulse based solver, not position based). The only common point is the use of circle as "atoms" to ease collision detections.