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 #3

Closed willcrichton closed 3 years ago

willcrichton commented 3 years ago

Sadly because of Rust's trait rules, bevy-inspector-egui is responsible for implementing Inspectable for every third-party bevy crate (unless they, of course, do it themselves -- such is the balance of power). I use rapier, and would find it useful to have support for inspecting rapier components. This PR establishes a feature for rapier, and I'll add more UIs for rapier components as I work on the debugger.

jakobhellermann commented 3 years ago

Thanks for the PR :smile: