Crates.io | boids-rs |
lib.rs | boids-rs |
version | 1.0.0 |
source | src |
created_at | 2022-05-16 15:53:35.932714 |
updated_at | 2022-05-16 15:55:09.278244 |
description | A simulation of boids, written with nannou and using rayon for parallelism. |
homepage | |
repository | https://github.com/sandalbanditten/boids-rs |
max_upload_size | |
id | 587712 |
size | 87,647 |
A simple flocking simulation written in rust, using nannou, a creative-coding framework.
The three basic rules for flocking come from here.
This is version 1.0.0.
Version 2.0.0 will add quadtree subdivision.
No more major versions are planned beyond these two.
If you see possiblities for bugfixes, optimizations, new features or any other ways to improve, please do!
Run boids-rs
Run cargo install boids-rs
This code is under the MIT License