dimforge / dimforge/bevy_rapier
Reflect and register `Collider` type
Open
A-Integration
D-Difficult
P-High
S-not-started
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 282
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm blocked because the `Collider` type is not registered to the app, and cannot be manually registered because it lacks the required traits implementations. I guess it is related to this TODO:
https://github.com/dimforge/bevy_rapier/blob/af5ac6e258141105909b4182509393b04566c148/src/geometry/collider.rs#L61
I suppose this is not the only type that requires reflection. Is there any work in progress to add those? If not I may write a PR.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.