Skip to content

v0.1.0

Choose a tag to compare

@mbrea-c mbrea-c released this 20 Dec 13:23
· 74 commits to master since this release
0e3d3ef

Highlights

  • AnimatedScene assets allows assigning animation graphs to scenes and
    provides an ergonomic API for spawning them and setting graph input parameters
    from code.
  • Rotation node: Apply custom rotations to bones from a pose selected using a bone mask.
  • New, simpler example using Bevy's fox.
  • Documentation! You can now access documentation for this crate in docs.rs.
  • Major refactor of graph design in order to simplify the node API and enable upcoming performance improvements.
  • Many, many bugfixes :)

What's Changed

Full Changelog: v0.1.0-alpha.4...v0.1.0