2 releases (1 stable)
1.0.0 | May 16, 2022 |
---|---|
0.1.0 | May 16, 2022 |
#221 in Simulation
29KB
627 lines
boids-rs
A simple flocking simulation written in rust, using nannou, a creative-coding framework.
The three basic rules for flocking come from here.
Features
- Keyboard controls
- Dynamically changing behavior
- Cross platform
Version
This is version 1.0.0.
Version 2.0.0 will add quadtree subdivision.
No more major versions are planned beyond these two.
Contributing
If you see possiblities for bugfixes, optimizations, new features or any other ways to improve, please do!
Usage
Run boids-rs
Installation
Run cargo install boids-rs
License
This code is under the MIT License
Dependencies
~22–36MB
~620K SLoC