jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.19k stars 173 forks source link

Add support for Rapier #4

Closed willcrichton closed 3 years ago

willcrichton commented 3 years ago

Ok better PR this time, with an actual widget for RigidBody. For the nalgebra_conversions, I copy/pasted the nalgebra/glam conversion traits I use in my app because interfacing with Rapier is hell otherwise. Ideally this would use mint or something, but I haven't figured out a better way yet.