Skip to content

N52: egui_ratatui #1526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Do editorial pass on egui_ratatui
  • Loading branch information
janhohenheim committed Jun 29, 2024
commit 0cbf7416693e116a2d3d782bd3a10cc3b3545ab2
21 changes: 11 additions & 10 deletions content/news/052/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,23 @@ If needed, a section can be split into subsections with a "------" delimiter.

### [egui_ratatui][egui_ratatui]

![egui_ratatui running in bevy](egui_ratatui.jpg)
![egui_ratatui running in Bevy](egui_ratatui.jpg)
_egui_ratatui running in Bevy_

[egui_ratatui][egui_ratatui] by [gold-silver-copper][gold]
- is an [egui][egui] widget that is also a [ratatui][ratatui] backend.
- It allows you to create Terminal User Interfaces inside Egui.
- Can be used with bevy, macroquad, eframe, pixels, etc
- It is also WASM compatible.
- The current release is the product of months of iteration, and is now "stable".
- It is currently being used for a game and at a startup, with no issues.
- Web demo can be found [here][erat_web]
[egui_ratatui][egui_ratatui] by [gold-silver-copper][gold] is an [egui][egui] widget that is also a [ratatui][ratatui] backend.
It allows you to create Terminal User Interfaces (TUIs) inside egui.
You can try out the [web demo](erat_web) to see it in action.

The current release is the product of months of iteration, and is now "stable".
It is Wasm compatible and engine agnostic: use it in Bevy, *Quad, eframe, pixels, etc.

`egui_ratatui` is currently being used for the development of a game and
educational software at a startup with no issues so far.

[egui_ratatui]: https://github.com/gold-silver-copper/egui_ratatui
[gold]: https://github.com/gold-silver-copper
[ratatui]: https://github.com/ratatui-org/ratatui
[egui]: https://github.com/emilk/egui
[erat_web]: https://gold-silver-copper.github.io/

## Popular Workgroup Issues in GitHub

Expand Down
Loading