Skip to content

jakobjpeters/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A flocking bird simulation

Topics

Resources

Stars

Watchers

Forks

Languages