Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
    • Jerome Humbert's avatar
      Upgrade to Bevy 0.8 · 0b69cdb6
      Jerome Humbert authored
      Upgrade to the latest released version 0.8.0 of Bevy.
      
      Add a new `bevy_asset` feature to enable animation of Bevy assets
      (types implementing the `Asset` trait). Bevy 0.8 does not contain
      `bevy_asset` in its defaul features, so this new feature reflects that
      new possibility to build Bevy and í½ƒ Bevy Tweening without support
      for the `bevy_asset` crate. The new feature is enabled by default for
      discoverability and to prevent a behavior breaking change.
      0b69cdb6
    • Jerome Humbert's avatar
      Revert "Support running an animation N times (#19)" · 87ac60b2
      Jerome Humbert authored
      This reverts commit 6a871576.
      87ac60b2
  2. Aug 03, 2022
    • Alex Saveau's avatar
      Support running an animation N times (#19) · 6a871576
      Alex Saveau authored
      Remove `TweeningType` and split its functionalities between a new `RepeatCount`
      controlling the number of repeats of an animation on one hand, and
      `RepeatStrategy` controlling the way an animation restarts after a loop ended
      on the other hand. This allows more granular control on the type of playback.
      
      Remove the `tweening_type` parameter from `Tween<T>::new()` and replace it with
      builder methods `with_repeat_count()` and `with_repeat_strategy()`.
      
      Remove `is_looping()` from all tweenables, which was not implemented for most
      of them anyway.
  3. May 31, 2022
  4. Apr 23, 2022
  5. Feb 12, 2022
Loading