Featured image of post Trying out egui

Trying out egui

What is egui

It is a GUI library that can be used with Rust.

Trying out egui

You can run the egui sample with the following commands.

1
2
3
git clone https://github.com/emilk/eframe_template/ egui_test
cd egui_test
cargo run

After that, you can try various things while tinkering with the sample code.

Reference

Official github

comments powered by Disqus