Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 495 Bytes

boids

Introduction

A boid is a simulated bird. From three simple rules, complex patterns and behaviors can emerge. These rules are:

  • Separation: avoid colliding into nearby boids
  • Alignment: face the same direction as nearby boids
  • Cohesion: flock together with nearby boids

Installation

> git clone https://github.com/jakobjpeters/boids
> cd boids
> cargo run

Showcase

boids.mp4