Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T00:40:35.000Z (3 months ago)
- Last Synced: 2024-09-27T07:03:48.957Z (about 2 months 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
![image](https://github.com/roblesch/bevy_spatial_boids/assets/8890471/1b2620b9-3d75-4e76-866e-9eef1e0145bd)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)