From 8562ecb33be2cf183112f0cd61859625a4dcb632 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 6 Dec 2024 23:08:18 +0300 Subject: [PATCH] docs: update readme links to gifs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cfe9e..bf7a37e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ addon for Godot that adds 2D / 3D boids (flocking). -![boids](./resources/boids.gif) +![boids 2d](./resources/boids_2d.gif) +![boids 3d](./resources/boids_3d.gif) it can handle about 2000 boids in a single flock at 11ms physics process tick on my PC (Ryzen 5600). (keep in mind this is without any partitioning of sorts, so it's bound to get better)