Boids Flock Simulator in Zig π¦ A super simple Boids (bird flocking) simulation written in Zig, using raylib for graphics. Simulates 1000 boids at 60 FPS Tiny binary: ~30 KB No dependencies beyond raylib (bundled via Zig build) Compiles in < 1 second π How to run (one command): zig build run