| Crates.io | slosh_testbed3d |
| lib.rs | slosh_testbed3d |
| version | 0.3.1 |
| created_at | 2025-10-28 08:45:32.136004+00 |
| updated_at | 2026-01-20 14:57:05.051698+00 |
| description | Testbed for the slosh GPU-based MPM physics simulation library (3D version). |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1904379 |
| size | 180,716 |
SLANG_DIR environment variable: SLANG_DIR=/path/to/slang.
Note that the variable must point to the root of the slang installation (i.e. the directory that contains bin and lib).cargo run --release --example testbed2cargo run --release --example testbed3This gives some insights of some interesting usages of MPM (the Material Point Method) for deformable physics simulation. Note that it doesn’t imply that slosh currently implements these models: