rodneylab / rapier-example

Rapier Physics with Macroquad 🗡️ building a basic game physics simulation in Rust using rapier physics and Macroquad for rendering 🖥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

cargo run --example hello_world
cargo run --example bubbles

☎️ Issues

Feel free to jump into the Rodney Lab matrix chat room.

About

Rapier Physics with Macroquad 🗡️ building a basic game physics simulation in Rust using rapier physics and Macroquad for rendering 🖥

License:BSD 3-Clause "New" or "Revised" License