Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cbf741

Browse files
committedJun 29, 2024··
Do editorial pass on egui_ratatui
1 parent b70bd29 commit 0cbf741

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed
 

‎content/news/052/index.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,23 @@ If needed, a section can be split into subsections with a "------" delimiter.
8080

8181
### [egui_ratatui][egui_ratatui]
8282

83-
![egui_ratatui running in bevy](egui_ratatui.jpg)
83+
![egui_ratatui running in Bevy](egui_ratatui.jpg)
84+
_egui_ratatui running in Bevy_
8485

85-
[egui_ratatui][egui_ratatui] by [gold-silver-copper][gold]
86-
- is an [egui][egui] widget that is also a [ratatui][ratatui] backend.
87-
- It allows you to create Terminal User Interfaces inside Egui.
88-
- Can be used with bevy, macroquad, eframe, pixels, etc
89-
- It is also WASM compatible.
90-
- The current release is the product of months of iteration, and is now "stable".
91-
- It is currently being used for a game and at a startup, with no issues.
92-
- Web demo can be found [here][erat_web]
86+
[egui_ratatui][egui_ratatui] by [gold-silver-copper][gold] is an [egui][egui] widget that is also a [ratatui][ratatui] backend.
87+
It allows you to create Terminal User Interfaces (TUIs) inside egui.
88+
You can try out the [web demo](erat_web) to see it in action.
89+
90+
The current release is the product of months of iteration, and is now "stable".
91+
It is Wasm compatible and engine agnostic: use it in Bevy, *Quad, eframe, pixels, etc.
92+
93+
`egui_ratatui` is currently being used for the development of a game and
94+
educational software at a startup with no issues so far.
9395

9496
[egui_ratatui]: https://github.com/gold-silver-copper/egui_ratatui
9597
[gold]: https://github.com/gold-silver-copper
9698
[ratatui]: https://github.com/ratatui-org/ratatui
9799
[egui]: https://github.com/emilk/egui
98-
[erat_web]: https://gold-silver-copper.github.io/
99100

100101
## Popular Workgroup Issues in GitHub
101102

0 commit comments

Comments
 (0)
Please sign in to comment.