Open cleak opened 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!
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. :)
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!