Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 280 Bytes

Steadyum

Steadyum is a simple physics sandbox for experimenting with the Rapier physics engine.

Running the app

cargo run --features "dim3" --release # Run the 3D version of Steadyum.
cargo run --features "dim2" --release # Run the 2D version of Steadyum.