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)
- Host: GitHub
- URL: https://github.com/redtachyon/boids-rs
- Owner: RedTachyon
- Created: 2022-11-03T05:08:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T11:44:51.000Z (over 3 years ago)
- Last Synced: 2025-03-18T08:49:11.299Z (over 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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