20 lines
535 B
Markdown
20 lines
535 B
Markdown
|
|
Immediate Mode GUI app with naive visualization 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
|
|
|
|
## ImGui
|
|
|
|
Detailed information on how to use [egui](https://github.com/emilk/egui) rust library can found [here](https://egui.info/).
|
|
|
|
## Math
|
|
|
|
A simple explanation of [[Home]] [Collisions2D.pdf] 2D vector math silently working behind the coalitions simulation.
|