https://github.com/rodneylab/rapier-example
Rapier Physics with Macroquad 🗡️ building a basic game physics simulation in Rust using rapier physics and Macroquad for rendering 🖥
https://github.com/rodneylab/rapier-example
gamedev macroquad rapier rapier2d rust rust-gamedev
Last synced: 7 months ago
JSON representation
Rapier Physics with Macroquad 🗡️ building a basic game physics simulation in Rust using rapier physics and Macroquad for rendering 🖥
- Host: GitHub
- URL: https://github.com/rodneylab/rapier-example
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2024-04-18T06:17:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T08:49:44.000Z (11 months ago)
- Last Synced: 2025-01-08T13:52:14.971Z (9 months ago)
- Topics: gamedev, macroquad, rapier, rapier2d, rust, rust-gamedev
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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 Example# rapier-example
Starting out with Rapier Rust game physics and Macroquad game library examples. This code accompanies the blog post on using Rapier with Macroquad. If you have any questions, please drop a comment at the bottom of that page.
## Usage
Clone the repo then run:
```shell
cargo run --example hello_world
cargo run --example bubbles
```## ☎️ Issues
Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).