Crates.io | boids_rs_bevy |
lib.rs | boids_rs_bevy |
version | 0.1.0 |
source | src |
created_at | 2023-11-09 12:53:44.012925 |
updated_at | 2023-11-09 12:53:44.012925 |
description | Rust boids simulation using Reynolds model running with Bevy engine |
homepage | |
repository | https://github.com/danieldidiobalsamo/boids |
max_upload_size | |
id | 1030157 |
size | 2,945,896 |
https://github.com/danieldidiobalsamo/boids/assets/79797812/dd61766b-6962-4ac8-957f-da5a2f3b936d
Rust boids simulation using Reynolds model running with Bevy engine.
The following parameters can be updated while the simulation is running:
While all the parameters can be updated live, you can also press 'P' to pause/resume the simulation. Press 'Q' to leave.
Make sure cargo is installed and then just launch:
cargo install boids_rs_bevy
boids_rs_bevy
Firstly, install bevy dependencies
Then
cargo run --release
Note: if you want to launch as dev, make sure to add the following feature to decrease compilation time :
cargo run --features bevy/dynamic_linking