egui/examples/hello_world_simple/README.md

8 lines
136 B
Markdown
Raw Normal View History

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