https://github.com/sebzanardo/boids
2D boid simulation using Raylib
https://github.com/sebzanardo/boids
c raylib
Last synced: 3 days ago
JSON representation
2D boid simulation using Raylib
- Host: GitHub
- URL: https://github.com/sebzanardo/boids
- Owner: SebZanardo
- Created: 2025-02-21T22:57:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T01:40:41.000Z (about 1 year ago)
- Last Synced: 2025-11-29T11:51:32.250Z (7 months ago)
- Topics: c, raylib
- Language: C
- Homepage: https://www.youtube.com/watch?v=xBOw7j8F8SM
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boids
A 2D boid simulation I wrote in C using Raylib.
Grid spatial partitioning utilising a linked list for performance
CONTROLS:
\ Scale mouse cursor area of effect
\ Toggle between repulsion and attraction modes
[](https://youtu.be/xBOw7j8F8SM)
### CLICK IMAGE ABOVE TO WATCH AN EXTREMELY CRUNCHY DEMO OF THIS PROJECT
100,000 accurately simulated boids running at ≈ 30FPS on my machine.
