boids-rs

Crates.ioboids-rs
lib.rsboids-rs
version1.0.0
sourcesrc
created_at2022-05-16 15:53:35.932714
updated_at2022-05-16 15:55:09.278244
descriptionA simulation of boids, written with nannou and using rayon for parallelism.
homepage
repositoryhttps://github.com/sandalbanditten/boids-rs
max_upload_size
id587712
size87,647
sandal (sandalbanditten)

documentation

README

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

Commit count: 66

cargo fmt