Sure! Basically I add up how much all connecting segments wants to move a node. Then as a specific threshold it breaks. :)
Thanks! Verlet integration is really fun to work with. Very straight forward and the results are always entertaining. :D
Here what I based my original code on -- https://stackoverflow.com/questions/42609279/how-to-simulate-chain-physics-game-...