Simple project where dots move on screen and create lines between each others depending on the connect force.
- I : Increase connect force ;
- K : Decrease connect force ;
- U : Increase speed ;
- J : Decrease speed ;
- P : Pause ;
- R : "Revert" time (invert speed) ;
- Click : Place dots ;
- Space : Delete all dots ;
- Escape : Quit ;
Simply clone this repo and cargo run
. Eventually modify the cargo.toml
to set compilation settings.