Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 318 Bytes

pygame-physics

Simple Physics Simulation with Pygame

  • Python : 3.5+
  • pygame : pip install pygame
  1. Euler Integrator
  2. Projectile Motion using Euler integrator
  3. Mass and Spring system
  4. Verlet Integrator
  5. Simple Cloth Simulation using Verlet integrator

verlet simple cloth