A 2D physics engine library in python for your games and for educational purposes etc. Rendered using pygame
features(tick mark means added, cross means to be added):
- rigid body dynamics ❌
- simple harmonic motion (springs, pendulums, etc.) ❌
- static, sliding and rotational friction ❌ (no rotational friction)
- projectile motion ✅
- collisions between n circles ✅
- collisions between n polygons ❌
- gravity between objects ✅
- n-body simulation ✅
note: some of the features haven't been added....yet
and there are a few bugs