https://github.com/apozzi/cloth-simulation-py
A tearable simple Cloth Simulation using Verlet integration in python.
https://github.com/apozzi/cloth-simulation-py
cloth-simulation verlet-integration verlet-physics
Last synced: 7 months ago
JSON representation
A tearable simple Cloth Simulation using Verlet integration in python.
- Host: GitHub
- URL: https://github.com/apozzi/cloth-simulation-py
- Owner: Apozzi
- License: apache-2.0
- Created: 2020-08-21T05:21:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T23:44:58.000Z (over 1 year ago)
- Last Synced: 2025-01-27T22:54:23.739Z (9 months ago)
- Topics: cloth-simulation, verlet-integration, verlet-physics
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloth-Simulation
A tearable simple Cloth Simulation using Verlet integration in python.
Libs: PyOpenGL only for graphics.
# About the method
Basically the verlet method calculate the next position without using velocity calculation
Link: https://en.wikipedia.org/wiki/Verlet_integration
# How compile
``` python3 cloth-simulation.py ```
THIS SIMULATION ONLY WORKS WITH PYTHON 3!