boids-simulation topic

List boids-simulation repositories

boids

21
Stars
4
Forks
Watchers

An interactive 2D bird flocking simulation using a spatial subdivision method to optimize performance for thousands of agents.

How-many-Boids-can-Unity-handle

39
Stars
15
Forks
Watchers

Collection of different boid simulation implementations in unity. Includes: implementation with GameObjects, with ECS only, with ECS and Unity Jobs combined with Burst Compiler (2 different approaches...

rusty-boids

15
Stars
2
Forks
Watchers

Simple Boids programmed in Rust, using Bevy