https://github.com/dimforge/steadyum
Physics Sandbox with Rapier
https://github.com/dimforge/steadyum
Last synced: 12 months ago
JSON representation
Physics Sandbox with Rapier
- Host: GitHub
- URL: https://github.com/dimforge/steadyum
- Owner: dimforge
- License: apache-2.0
- Created: 2023-08-29T18:30:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T09:22:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T10:53:58.369Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 310 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steadyum
**Steadyum** is a simple physics sandbox for experimenting with the Rapier physics engine.
## Running the app
```bash
cargo run --features "dim3" --release # Run the 3D version of Steadyum.
cargo run --features "dim2" --release # Run the 2D version of Steadyum.
```