<--- home

Boids animation

Boids2d-rs

I wanted to learn rust, so for my first rust project I implemented the boids flocking algorithm. It's just using the naive O(n^2) version with no spatial hashing, since I didn't want it to get too complex for my first rust project.