Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@Multirious Multirious released this 09 Jun 05:04
· 46 commits to main since this release

API complete revamp

This update contains a lot of changes and breaking changes which improves the looks and feels of bevy_tween's API. Timing types had been renamed and moved to bevy_time_runner

See full changelog include breaking changes here

Support bevy_eventlistener

Event implements bevy_eventlistener by musjj. The implementation now exists inside bevy_time_runner

Integration with bevy_lookup_curve

Add interpolation using curve with bevy_lookup_curve. Example can be fount at examples/bevy_lookup_curve.rs