Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 977 Bytes

README.md

File metadata and controls

41 lines (19 loc) · 977 Bytes

falling_sand_sim

WIP falling sand simulation made with rust and notan.

Completed tasks:

  • Base physics
  • Basic elements
  • Chunking system
  • Dirty rectangle system
  • Other optimizations (such as disabling and enabling chunks)
  • Multithreading

IN PROGRESS:

  • Integration with rapier2d for rigid body simulation

TODO:

  • Bug fixes and code clean up

Progression:

image

image

image

image

image