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

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

A simple implementation of boids with Rust + Yew (+ canvas for rendering)
https://github.com/redtachyon/boids-rs

Last synced: 11 months ago
JSON representation

A simple implementation of boids with Rust + Yew (+ canvas for rendering)

Awesome Lists containing this project

README

          

# Boids-rs

This is a simple implementation of the [Boids](https://en.wikipedia.org/wiki/Boids) algorithm in Rust and wasm.

Usage guide: either do `trunk serve` to run it via yew, or:

- `wasm-pack build --target web`
- `rollup ./main.js --format iife --file ./pkg/bundle.js`

to then run it with any other backend.

To add: actual configuration