Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1016 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 1016 Bytes

Physics

Experimenting with physics simulation

Demos:

  1. Particle chain, no collision detection/response
  2. Particle contact, with contact constraints (coolision detection and response)
  3. Rigid body chain, same as #1 but with rigid solids
  4. Stack vs Chain, a chain hits a stack
  5. Stack vs Chain + Friction, a chain hits a stack, objects now experience friction.
  6. Stack vs Chain + discs + Friction, same as #5 with now featuring discs.
  7. Car driving, features a simple wheel model.

To do:

  1. cache lambdas for each constraint