Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ickshonpe/bevy_typewriter
type writer text output
https://github.com/ickshonpe/bevy_typewriter
bevy text ui
Last synced: 24 days ago
JSON representation
type writer text output
- Host: GitHub
- URL: https://github.com/ickshonpe/bevy_typewriter
- Owner: ickshonpe
- License: mit
- Created: 2022-05-13T10:09:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T10:22:47.000Z (over 2 years ago)
- Last Synced: 2024-11-16T18:37:26.851Z (about 1 month ago)
- Topics: bevy, text, ui
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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#
### ExampleThere is a minimal example you can run with:
```
cargo run --example example
```