This project simulates a flock of 'boids', or digital birds (or fish). Inspired by this Boids lab from Cornell University.
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.
clang
compiler: https://clang.llvm.org/get_started.htmlmake
: http://www.gnu.org/software/make/- Install SDL2: https://wiki.libsdl.org/Installation
- Install dev version:
sudo apt-get install libsdl2-dev
- Install dev version:
- Install SDL_Image 2.0: https://github.com/libsdl-org/SDL_image/tree/SDL2
Configuration parameters can be found in boid.h
.
- Run
make
file in Terminal at root:make
- Execute
bin/boids
after install
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: