An open API service indexing awesome lists of open source software.

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

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.
```