Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakobjpeters/boids

A flocking bird simulation
https://github.com/jakobjpeters/boids

bevy boids rust

Last synced: 21 days ago
JSON representation

A flocking bird simulation

Awesome Lists containing this project

README

        

# 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

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

## Showcase

https://github.com/jakobjpeters/boids/assets/59785931/00890ce5-5a81-47d1-88fe-453b0d7aed0d