Skip to content

bryanluu/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boids

This project simulates a flock of 'boids', or digital birds (or fish). Inspired by this Boids lab from Cornell University.

boids

The project was implemented in C for SDL, then translated to work with an Arduino-driven Adafruit 32x32 RGB LED Matrix. See code below for details on each implementation.

C Project

Dependencies

Config

Configuration parameters can be found in boid.h.

Run

  • Run make file in Terminal at root: make
  • Execute bin/boids after install

Arduino + Adafruit Matrix

I used an Arduino Metro M0 Express paired with an Adafruit 32x32 RGB LED matrix, see their respective sites for setup information.

The result of a simulation of 15 boids with some color dynamics: boids_matrix

About

A flock simulator of boids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published