Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakobjpeters/boids
- Owner: jakobjpeters
- Created: 2023-10-13T23:52:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T12:49:09.000Z (10 months ago)
- Last Synced: 2024-01-09T14:14:09.827Z (10 months ago)
- Topics: bevy, boids, rust
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 1
- 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