#text #bevy #animation #bevy-ui #basic #user #component

bevy-animated-text

Basic animated text plugin for Bevy

1 unstable release

0.1.0 Jul 12, 2024

#1828 in Game dev

MIT/Apache

31KB
152 lines

bevy-animated-text

Basic animated text plugin for Bevy.

In order to work nicely with Bevy's exisiting text implementation, it's limited to only animating the positions of the glyphs.

Support for scalings, rotations and colors is possible but would need a much more complicated plugin, probably requiring alternatives to some of the existing systems, components and bundles, and/or limiting users to a single glyph per TextSection.

Examples

  • cargo run --example hello_world
  • cargo run --example text2d
  • cargo run --example ui The text2d example is the most complete.

Dependencies

~22MB
~418K SLoC