Visualization for basic simulation of a perfectly elastic collision between balls https://demo.pages.djmil.dev/egui-circles
Go to file
2024-07-03 22:22:53 +02:00
assets web assembly + trunk 2024-07-03 22:22:53 +02:00
src web assembly + trunk 2024-07-03 22:22:53 +02:00
.gitignore web assembly + trunk 2024-07-03 22:22:53 +02:00
2D collisions.pdf initial commit 2024-04-28 22:01:57 +02:00
Cargo.toml web assembly + trunk 2024-07-03 22:22:53 +02:00
index.html web assembly + trunk 2024-07-03 22:22:53 +02:00
LICENSE Initial commit 2024-04-28 21:51:37 +02:00
README.md readme 2024-04-29 14:25:45 +02:00

Immediate Mode GUI app with naive visualisation for elastic balls collisions.

Build & run

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 rust library can found here.