https://github.com/jakobjpeters/boids
A flocking bird simulation
https://github.com/jakobjpeters/boids
bevy boids rust
Last synced: 2 months ago
JSON representation
A flocking bird simulation
- Host: GitHub
- URL: https://github.com/jakobjpeters/boids
- Owner: jakobjpeters
- Created: 2023-10-13T23:52:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T12:49:09.000Z (over 2 years ago)
- Last Synced: 2025-03-30T07:16:55.132Z (over 1 year ago)
- Topics: bevy, boids, rust
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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