RedTachyon / boids-rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boids-rs

This is a simple implementation of the 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

About

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


Languages

Language:Rust 97.4%Language:HTML 1.5%Language:JavaScript 1.2%