https://github.com/marianpekar/cloth-simulation-2d
2D cloth simulation written in C++ with SDL.
https://github.com/marianpekar/cloth-simulation-2d
blog-post cpp physics-simulation sdl tutorial-code
Last synced: 11 days ago
JSON representation
2D cloth simulation written in C++ with SDL.
- Host: GitHub
- URL: https://github.com/marianpekar/cloth-simulation-2d
- Owner: marianpekar
- Created: 2021-11-02T22:38:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T18:52:47.000Z (8 months ago)
- Last Synced: 2025-04-01T20:51:18.351Z (about 1 month ago)
- Topics: blog-post, cpp, physics-simulation, sdl, tutorial-code
- Language: C
- Homepage: https://pikuma.com/blog/verlet-integration-2d-cloth-physics-simulation
- Size: 1.3 MB
- Stars: 42
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2D Cloth Simulation in C++ with SDL
Read the tutorial, where the code and all the underlying theory is explained in great depth at https://pikuma.com/blog/verlet-integration-2d-cloth-physics-simulation