Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b00031b

Browse filesBrowse files
N52: egui_ratatui (rust-gamedev#1526)
Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
1 parent 6c9a77a commit b00031b
Copy full SHA for b00031b

File tree

2 files changed

+21
-0
lines changed
Filter options

2 files changed

+21
-0
lines changed

‎content/news/052/egui_ratatui.jpg

Copy file name to clipboard
275 KB
Loading

‎content/news/052/index.md

Copy file name to clipboardExpand all lines: content/news/052/index.md
+21Lines changed: 21 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.