dimforge / bevy_rapier

Official Rapier plugin for the Bevy game engine.
https://rapier.rs
Apache License 2.0
1.26k stars 259 forks source link

Feature Request: Port the rapier repo's `ray_cast_vehicle_controller` to bevy_rapier #314

Open LiamGallagher737 opened 1 year ago

LiamGallagher737 commented 1 year ago

It would be great to have a vehicle controller built into bevy_rapier. The rapier repo already has one here. The character controller has already been brought over so it makes sense to also bring over the vehicle controller.

rlidwka commented 2 months ago

was there any progress on this in last 1.5 years?

I'd like to have vehicle controller for Bevy for my project, so I wonder if I should implement rapier integration myself, or maybe someone has a working demo