Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

#
### Example

There is a minimal example you can run with:

```
cargo run --example example
```