Multirious / bevy_tween

Flexible tweening plugin library for Bevy.
Apache License 2.0
87 stars 2 forks source link

Separate the timing system into its own crate. #18

Closed Multirious closed 3 months ago

Multirious commented 3 months ago

The current timing system is very general and can be use for many purposes, not just for tweening.

These are what I had in mind when working with this thing.

Currently work is in this repo.