Nicolivain / Boids

Bird-oids graphic simulation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boids

Bird-oids flock graphic simulation in C++

Boids move as a flock following simple rules and aim toward the target (green) while trying to avoid the predator (red).
When they hit the target, a new one is randomly picked.

boids

Dependencies: GLUT, Eigen
This project was made as part of a course from B. Gschwind using a materials from N. Stott

About

Bird-oids graphic simulation in C++


Languages

Language:C++ 99.6%Language:Shell 0.4%