Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 651 Bytes

Falling Sands Simulation

An experiment to see how far you can push the simulation complexity with just javascript/typescript.

Installation

npm install

Development

npm run dev

Url Parameters

  • debug will show the debug stats. Can be filtered by adding these values, comma separated:
    • FPS
    • MS
    • MB
  • particleSize gives you the option to specify your own preferred particle size.

Contributing

Pull requests are always welcome, but be warned that the project is pre-pre-pre-alpha, so breaking changes will more of then than not.

License

MIT