From 33b2736cc45c23ec3ba1e83260f09860894a2c13 Mon Sep 17 00:00:00 2001 From: djmil Date: Fri, 12 Jul 2024 19:56:08 +0200 Subject: [PATCH 1/4] 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. -- 2.45.2 From eb9ec8eea8cf2470b5fdf1aa10d4060fb20542a2 Mon Sep 17 00:00:00 2001 From: djmil Date: Fri, 12 Jul 2024 20:04:23 +0200 Subject: [PATCH 2/4] internal links does not lead to wiki, use https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3c26c..3f74e3e 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Detailed information on how to use [egui](https://github.com/emilk/egui) rust li ## Math -A simple explanation of [[Home]] [Collisions2D.pdf] 2D vector math silently working behind the coalitions simulation. +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. -- 2.45.2 From 132fc9ec426660f27e76a3ba6f249373df9ecb3d Mon Sep 17 00:00:00 2001 From: djmil Date: Fri, 12 Jul 2024 20:06:00 +0200 Subject: [PATCH 3/4] no paragraph lines for sub topics --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f74e3e..a8a6c9e 100644 --- a/README.md +++ b/README.md @@ -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. -- 2.45.2 From ac48e3fdf1c984ace1628895a6227259f462cc6c Mon Sep 17 00:00:00 2001 From: djmil Date: Fri, 12 Jul 2024 20:10:14 +0200 Subject: [PATCH 4/4] acknowledgments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8a6c9e..3b55ae0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install rust cargo run --package=egui-circles # build & run ``` -# HowTo +# Acknowledgments ### ImGui -- 2.45.2