Skip to content

Commit

Permalink
Merge pull request #3 from gold-silver-copper/main
Browse files Browse the repository at this point in the history
d
  • Loading branch information
gold-silver-copper authored Apr 20, 2024
2 parents 233c9c9 + 4443da4 commit 6f543f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# ratframe : egui widget + ratatui backend (WASM)
[![Crates.io](https://img.shields.io/crates/v/ratframe.svg)](https://crates.io/crates/ratframe)
[![Documentation](https://docs.rs/ratframe/badge.svg)](https://docs.rs/ratframe/latest/ratframe/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bevyengine/bevy/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/ratframe.svg)](https://crates.io/crates/ratframe)


[![Crates.io](https://img.shields.io/crates/v/ratframe.svg)](https://crates.io/crates/ratframe)
[![Documentation](https://docs.rs/ratframe/badge.svg)](https://docs.rs/ratframe/latest/ratframe/)
Expand All @@ -7,9 +12,11 @@

RataguiBackend is the name of the backend/widget in code


`cargo add ratframe`
`git clone https://github.com/gold-silver-copper/ratatui_egui_wasm.git`


This repo provides the Ratagui Backend, which is also a Widget for egui. So you can have a whole ratatui terminal inside of egui. Also since egui is so WASM compatible, this means we can use this to compile ratatui to WASM !
Look at examples, you can run the basic ones by doing

Expand Down

0 comments on commit 6f543f3

Please sign in to comment.