egui/examples/hello_world_simple/README.md

8 lines
143 B
Markdown

Example showing some UI controls like `Label`, `TextEdit`, `Slider`, `Button`.
```sh
cargo run -p hello_world_simple
```
![](screenshot.png)