Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvrilo/boids-rs

A Boids simulation built with Rust and Quicksilver
https://github.com/mvrilo/boids-rs

2d animation boids boids-rs boids-simulation quicksilver rust vectors

Last synced: 20 days ago
JSON representation

A Boids simulation built with Rust and Quicksilver

Awesome Lists containing this project

README

        

# boids-rs

A work in progress [Boids simulation](http://www.red3d.com/cwr/boids/) built with [Rust](https://www.rust-lang.org/) and [Quicksilver](https://ryanisaacg.com/quicksilver/).

![Example](static/example.png)

## Usage

```
git clone https://github.com/mvrilo/boids-rs/
cd boids-rs
cargo run
```

## Author

Murilo Santana <>

## Related projects and references

- http://www.red3d.com/cwr/boids/
- https://docs.rs/quicksilver/0.4.0-alpha0.7/
- https://medium.com/better-programming/boids-simulating-birds-flock-behavior-in-python-9fff99375118
- https://github.com/healeycodes/boids
- https://github.com/jackaperkins/boids