bevy-animated-text

Crates.iobevy-animated-text
lib.rsbevy-animated-text
version
sourcesrc
created_at2024-07-12 13:51:41.042498
updated_at2024-07-12 13:51:41.042498
descriptionBasic animated text plugin for Bevy
homepagehttps://github.com/ickshonpe/bevy-animated-text
repositoryhttps://github.com/ickshonpe/bevy-animated-text
max_upload_size
id1300718
size0
(ickshonpe)

documentation

README

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.
Commit count: 0

cargo fmt