Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 366 Bytes

Powder simulation in Javascript

Client-side particle simulation in JS with oversimplified physics.


  • Inspired by The Powder Toy.

  • Custom properties and physics for particles, defined in particledata.js

  • Particle Interactions, pressure, etc.

Example: https://blazenkits.github.io/js-particle-simulation/

(simulates max 20000 particles)