A basic 2D boids simulator using Raylib and Odin. Performance is improved by using a spatial partitioning algorithm to reduce the number of boids that need to be checked for each boid.
Use the mouse left click to add 100 boids to the simulation.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A basic 2D boids simulator using Raylib and Odin. Performance is improved by using a spatial partitioning algorithm to reduce the number of boids that need to be checked for each boid.
Use the mouse left click to add 100 boids to the simulation.