https://github.com/roblesch/bevy-spatial-boids
K-D Tree Boids on Bevy
https://github.com/roblesch/bevy-spatial-boids
bevy boids k-d-tree
Last synced: about 1 year ago
JSON representation
K-D Tree Boids on Bevy
- Host: GitHub
- URL: https://github.com/roblesch/bevy-spatial-boids
- Owner: roblesch
- License: mit
- Created: 2024-04-16T19:11:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T19:02:29.000Z (over 1 year ago)
- Last Synced: 2024-11-12T20:18:06.127Z (over 1 year ago)
- Topics: bevy, boids, k-d-tree
- Language: Rust
- Homepage: https://blog.roblesch.page/blog/2024/04/22/bevy-boids-interactive.html
- Size: 14 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bevy_spatial_boids

Boids on Bevy using [laundmo/bevy-spatial](https://github.com/laundmo/bevy-spatial)
Links
- [Blog post](https://blog.roblesch.page/blog/2024/04/29/bevy-boids.html)
- [Interactive WASM](https://blog.roblesch.page/blog/2024/04/22/bevy-boids-interactive.html)
Dependencies
- [bevyengine/bevy 0.13.2](https://github.com/bevyengine/bevy/tree/release-0.13.2)
- [laundmo/bevy-spatial 0.8.0](https://github.com/laundmo/bevy-spatial)
- [matsadler/halton 0.2.1](https://github.com/matsadler/halton)
References
- [Unofficial Bevy Cheat Book](https://bevy-cheatbook.github.io/)
- [V. Hunter Adams - Boids algorithm](https://vanhunteradams.com/Pico/Animal_Movement/Boids-algorithm.html)