rlidwka / bevy_mod_physx

PhysX plugin for Bevy
MIT License
28 stars 5 forks source link

Wrap Controller classes physx-rs #6

Open cleak opened 8 months ago

cleak commented 8 months ago

Hi there, any chance of getting PhysX character controller classes wrapped and piped through to Bevy? CapsuleController (https://github.com/EmbarkStudios/physx-rs/blob/main/physx/src/controller.rs) would make this a lot more useful for my project. Thanks!

rlidwka commented 4 months ago

Sorry for the delayed answer. I'm using it for physics simulations, so CapsuleController wasn't a priority.

Did you manage to wrap it yourself? If so, pull requests are welcome. :)