A tearable simple Cloth Simulation using Verlet integration in python. Libs: PyOpenGL only for graphics.
Basically the verlet method calculate the next position without using velocity calculation
Link: https://en.wikipedia.org/wiki/Verlet_integration
python3 cloth-simulation.py
THIS SIMULATION ONLY WORKS WITH PYTHON 3!