Skip to main content

Boids

C Raylib CMake
GitHub
Note: This project is a work in progress.

A real-time flocking simulation implementing Craig Reynold’s boids algorithm. The flocking behaviour is produced through three simple rules:

  • Separation
  • Alignment
  • Cohesion

The project uses the raylib library for graphics rendering and input handling.