| Crates.io | slosh_testbed2d |
| lib.rs | slosh_testbed2d |
| version | 0.3.1 |
| created_at | 2025-10-28 08:45:05.272141+00 |
| updated_at | 2026-01-20 14:56:43.862356+00 |
| description | Testbed for the slosh GPU-based MPM physics simulation library (2D version). |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1904378 |
| size | 181,187 |
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: