Skip to content

Commit b00031b

Browse files
N52: egui_ratatui (#1526)
Co-authored-by: Jan Hohenheim <[email protected]>
1 parent 6c9a77a commit b00031b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Diff for: content/news/052/egui_ratatui.jpg

275 KB
Loading

Diff for: content/news/052/index.md

+21
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,27 @@ _See also the [devlog article][gd-dev-june]._
112112

113113
## Library Updates
114114

115+
### [egui_ratatui][egui_ratatui]
116+
117+
![egui_ratatui running in Bevy](egui_ratatui.jpg)
118+
_egui_ratatui running in Bevy_
119+
120+
[egui_ratatui][egui_ratatui] by [gold-silver-copper][gold] is an [egui][egui] widget that is also a [ratatui][ratatui] backend.
121+
It allows you to create Terminal User Interfaces (TUIs) inside egui.
122+
You can try out the [web demo][erat_web] to see it in action.
123+
124+
The current release is the product of months of iteration, and is now "stable".
125+
It is Wasm compatible and engine agnostic: use it in Bevy, *Quad, eframe, pixels, etc.
126+
127+
`egui_ratatui` is currently being used for the development of a game and
128+
educational software at a startup with no issues so far.
129+
130+
[egui_ratatui]: https://github.com/gold-silver-copper/egui_ratatui
131+
[gold]: https://github.com/gold-silver-copper
132+
[ratatui]: https://github.com/ratatui-org/ratatui
133+
[egui]: https://github.com/emilk/egui
134+
[erat_web]: https://gold-silver-copper.github.io/
135+
115136
## Popular Workgroup Issues in GitHub
116137

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

0 commit comments

Comments
 (0)