Collisions 2D #8

Merged
djmil merged 4 commits from Collisions2D-#7 into master 2024-07-12 20:16:32 +02:00
Showing only changes of commit 132fc9ec42 - Show all commits

View File

@ -10,10 +10,10 @@ cargo run --package=egui-circles # build & run
# HowTo
## ImGui
### ImGui
Detailed information on how to use [egui](https://github.com/emilk/egui) rust library can found [here](https://egui.info/).
## Math
### Math
A simple explanation of [2D vector math](https://gitea.djmil.dev/djmil/egui-circles/wiki/raw/Collisions2D.pdf), silently working behind the scene of the collisions simulation.