You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<blockquote><sub>"Collision! My misssion!"<br/>Faith No More</sub></blockquote>
2
2
3
3
This is an experiment in particle system simulation.
4
-
Currently uses 4th order Leapfrog integrator with Yoshida coefficients and preserves momentum on collisions if `restitution_coefficient = 1` (see config.toml). Runs on CPU, can use OpenCL for Leapfrog (collisions — not yet). Rendering is done on GPU using [`vello`](https://github.com/linebender/vello).
4
+
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`](https://github.com/linebender/vello).
0 commit comments