Homemaking a 2d soft body physics engine
- by Griffin
hey so I've decided to Code my own 2D soft-body physics engine in C++ since apparently none exist and I'm starting only with a general idea/understanding on how physics work and could be simulated:
by giving points and connections between points properties such as elasticity, density, mass, shape retention, friction, stickiness, etc.
What I…