bevy_typewriter

Crates.iobevy_typewriter
lib.rsbevy_typewriter
version0.2.0
sourcesrc
created_at2022-05-13 11:07:31.788887
updated_at2022-08-23 10:24:03.823538
descriptionbevy plugin to output text type writer style
homepage
repositoryhttps://github.com/ickshonpe/bevy_typewriter
max_upload_size
id585796
size253,890
(ickshonpe)

documentation

README

Bevy Typewriter

Console RPG style type writer text output for Bevy.

Hacked this together really quickly. As is, it's really basic and inefficient but could be easily expanded to be more efficient and support sound effects etc.

  • version 0.2 supports Bevy 0.8
  • version < 0.2 supports Bevy 0.7

Example

There is a minimal example you can run with:

cargo run --example example
Commit count: 5

cargo fmt