docs: add stats to readme

This commit is contained in:
dusk 2024-08-30 21:05:08 +03:00
parent a318426de9
commit 6fe25a5c01
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -4,6 +4,9 @@ addon for Godot that adds 2D / 3D boids (flocking).
![boids](./resources/boids.gif) ![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 ## usage
clone the repository and copy over the `addons` folder into your project root. clone the repository and copy over the `addons` folder into your project root.