Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 429 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 429 Bytes

soft-body

Soft Body Physics in C++ using SDL2 graphics library.

Old code from early 2015. Not being actively maintained for now.
Contributions are still welcome.
https://youtu.be/D7xnKLE-82M

Theory

Assume every point on the body to be connected to others with some spring (forming a fully connected network). This will allow the points to behave as if they collectively are the vertices of a soft body.