Skip to content

stratecide/fixed-point-physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages