From 33b2736cc45c23ec3ba1e83260f09860894a2c13 Mon Sep 17 00:00:00 2001 From: djmil Date: Fri, 12 Jul 2024 19:56:08 +0200 Subject: [PATCH] readme to point to wiki page or pdf --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 326fbef..bf3c26c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Immediate Mode GUI app with naive visualisation for elastic balls collisions. +Immediate Mode GUI app with naive visualization for elastic balls collisions. # Build & run @@ -10,4 +10,10 @@ 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/). \ No newline at end of file +## 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.