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

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 🖥

Awesome Lists containing this project

README

          

Rodney Lab Rapier example Git Hub banner



Rodney Lab logo



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

Terminal animation shows the user entering the following command: cargo run --example hello_world. Then the code compiles and outputs a stream on Ball altitude values, which stabilise at -14.761

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