2024-04-28 21:51:37 +02:00
|
|
|
|
2024-04-29 14:25:45 +02:00
|
|
|
Immediate Mode GUI app with naive visualisation for elastic balls collisions.
|
|
|
|
|
|
|
|
# Build & run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install rust
|
|
|
|
cargo run --package=egui-circles # build & run
|
|
|
|
```
|
|
|
|
|
|
|
|
# HowTo
|
|
|
|
|
|
|
|
Detailed information on how to use [egui](https://github.com/emilk/egui) rust library can found [here](https://egui.info/).
|