Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 439 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 439 Bytes
"Collision! My misssion!"
Faith No More

This is an experiment in particle system simulation. Currently uses 4th order Leapfrog integrator with Yoshida coefficients and preserves momentum on collisions if restitution_coefficient = 1 (see config.toml). Can use OpenCL for Leapfrog and broad phase collision detection. Rendering is done on GPU using vello.