Bendzae / bevy_replicon_snap

High-level networking library that extends the bevy_replicon library to allow snapshot interpolation and client-side prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `Interpolate` for basic `bevy` types

Umatriz opened this issue · comments

I think there should be an implementation of Interpolate trait for basic bevy types. The most obvious example is Transform. It might be behing a feature flag so people will turn it on if needed.

commented

True, it would make sense for the basic bevy types. If you have time, feel free to create a PR for that. Otherwise I might add it in the future.

I think I will go ahead and implement this, I need it for my own project anyway.

For now I will just do transform, I will open a PR so if I need to change anything, let me know.