How Games Simulate Cloth & Ropes

At the end of this video, you may have a broad concept of how to implement a cloth simulation algorithm in your own game. You can take a look at the webgl + js game engine I'm developing using the cloth simulation I implemented in the video: https://github.com/Fangjun-Zhou/White... I've also published all the code in the video to the repository here: https://github.com/Fangjun-Zhou/cs559... References: Simulating a Rope: https://owlree.blog/posts/simulating-...