https://github.com/rodneylab/rapier-units-of-measurement
Rapier Physics with Units of Measurement 📏 leveraging the Rust type system for SI units for Rust game dev physical properties ⏲️.
https://github.com/rodneylab/rapier-units-of-measurement
gamedev macroquad rapier rust rust-gamedev uom
Last synced: 4 months ago
JSON representation
Rapier Physics with Units of Measurement 📏 leveraging the Rust type system for SI units for Rust game dev physical properties ⏲️.
- Host: GitHub
- URL: https://github.com/rodneylab/rapier-units-of-measurement
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2024-05-01T17:09:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T09:43:56.000Z (11 months ago)
- Last Synced: 2025-01-08T13:52:12.084Z (6 months ago)
- Topics: gamedev, macroquad, rapier, rust, rust-gamedev, uom
- Language: Rust
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Rapier Units of Measurement# rapier-units-of-measurement
Demo for using the Rust `uom` crate for SI physical units in a Macroquad game with Rapier physics. This code accompanies the blog post on using Rapier with Units of Measurement. If you have any questions, please drop a comment at the bottom of that page.
## Usage
Clone the repo then run:
```shell
cargo run
```## ☎️ Issues
Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).