Registry / other / bevy-rapier3d

bevy-rapier3d

JSON →
library0.33.0rscratesunverified

3-dimensional physics engine for Bevy, official plugin.

# Cargo.toml [dependencies] bevy_rapier3d = "0.33.0"
INSTALL
IMPORT
SIG · BEVY-RAPIER3D
B
bevy-rapier3d
otherrustv0.33.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RapierConfiguration
use bevy_rapier3d::prelude::*;

Add Rapier 3D physics to a Bevy application.

use bevy::prelude::*; use bevy_rapier3d::prelude::*; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugin(RapierPhysicsPlugin::<NoUserData>::default()) .run(); }
Debug
Known issues
gotchaRequires Bevy version compatibility; check crate version against Bevy version.
fix
Use the bevy-rapier3d version that matches your Bevy version (e.g., 0.33.0 for Bevy 0.13).
affects: >=0.20.0
Upgrade
Version history
0.33.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Meta
1
OpenAI (training)
1
Resources
bevy-rapier3d — cargo add bevy-rapier3d · libregistry