From 60bbe5c09050f13957319ff0f0c3626a21a33716 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 30 Sep 2023 18:59:31 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ec024c..bed9756 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ The simulation can run in real-time as it utilizes WebGL for image rendering, re - 300 particles: [link](https://dra1ex.github.io/physics-js/examples/gravity/) - 1000 particles: [link](https://dra1ex.github.io/physics-js/examples/gravity/?count=1000&min_size=40&max_size=100&friction=0&restitution=0&gravity=110&w_scale=80) - 5000 particles: [link](https://dra1ex.github.io/physics-js/examples/gravity/?count=5000&min_size=100&max_size=200&friction=0.1&restitution=0.85&gravity=80&min_distance=100&p_scale=15&w_scale=400&tree_cnt=16) +- Debug mode: [link](https://dra1ex.github.io/physics-js/examples/gravity/?count=300&min_size=20&max_size=40&gravity=10&p_scale=2&w_scale=10&debug=true) ## Examples