From 6fe25a5c01211d5eefd16cb66a16a83257f31417 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 30 Aug 2024 21:05:08 +0300 Subject: [PATCH] docs: add stats to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b54831d..ef6d5be 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ addon for Godot that adds 2D / 3D boids (flocking). ![boids](./resources/boids.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) + ## usage clone the repository and copy over the `addons` folder into your project root.