Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 388 Bytes

File metadata and controls

16 lines (12 loc) · 388 Bytes

Physics simulation for 2D games

Goals

  • Complete Determinism by avoiding floating-point operations
  • Collisions should be detected before overlap happens
  • Customizable collision responses
  • Efficient enough for thousands of bodies
  • Integration into Godot-Engine as addon

Current State

So far only Raycasting works, collision resolution will be the next problem to tackle.