Merge branch 'master' of github.com:exvacuum/bevy_terminal_display

This commit is contained in:
Silas Bartha 2024-06-06 10:27:13 -04:00
commit f6b9eda55d
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -16,7 +16,7 @@ Features Include:
- `TerminalInput` resource which keeps track of pressed & released keys - `TerminalInput` resource which keeps track of pressed & released keys
- `Widget` component for rendering ratatui TUI widgets - `Widget` component for rendering ratatui TUI widgets
- `TerminalWidget` trait for creating custom TUI widget components - `TerminalWidget` trait for creating custom TUI widget components
- Logging redirected to `output.log` - Log redirection
## Screenshots ## Screenshots
![](./doc/screenshot.png) ![](./doc/screenshot.png)