A small Rust GUI program built on top of egui, providing a native and web editor experience for mc-legacy-formatting
.
egui_template was used as the base for the contents of this folder.
Enter text using legacy formatting codes (prefixed by &
) in the text input on the left-hand side. Instantly see the formatted output reflected on the right-hand side!
You can try it online or see the below instructions for building it locally.
First, see egui's README and follow their setup instructions if applicable to your platform.
To build editor-gui
for the web:
cargo install trunk --locked
- From the
editor-gui
folder:trunk serve
- The editor will open in your web browser
Run cargo run -p editor-gui --release
.