Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Interpolate for basic bevy types #6

Open
Umatriz opened this issue Mar 12, 2024 · 4 comments
Open

Implement Interpolate for basic bevy types #6

Umatriz opened this issue Mar 12, 2024 · 4 comments

Comments

@Umatriz
Copy link

Umatriz commented Mar 12, 2024

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.

@Bendzae
Copy link
Owner

Bendzae commented Mar 27, 2024

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.

@Olle-Lukowski
Copy link

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

@Olle-Lukowski
Copy link

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

@Darkluke1111
Copy link

Is a feature flag even necessary for this? I feel like it would be opt-in even without a flag since you still need to call app.replicate_interpolated::<Transform>() to use the interpolation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants