Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 683 Bytes

Simple JavaScript Physics Engine

Box stack demo

alt text

Wall demo

alt text

Voxel terrain demo

alt text

Features :

  • Collision detection (AABB Tree for broadphase, GJK + EPA + Face clipping for narrowphase)
  • Box, sphere, cylinder colliders
  • Constraints resolution using Gauss Seidel
  • Joint constraints
  • Contact constraints

TODO :

  • More constraints
  • Optimization