Skip to content

Commit c8d76eb

Browse files
Update index.md
1 parent c730e22 commit c8d76eb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/news/052/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,23 @@ If needed, a section can be split into subsections with a "------" delimiter.
7878

7979
## Library Updates
8080

81+
### [egui_ratatui][egui_ratatui]
82+
83+
![egui_ratatui running in bevy](egui_ratatui.png)
84+
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+
This means that it can be used to integrate ratatui into bevy, macroquad, or
89+
any other egui renderer. 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+
93+
[egui_ratatui]: https://github.com/gold-silver-copper/egui_ratatui
94+
[gold]: https://github.com/gold-silver-copper
95+
[ratatui]: https://github.com/ratatui-org/ratatui
96+
[egui]: https://github.com/emilk/egui
97+
8198
## Popular Workgroup Issues in GitHub
8299

83100
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)