examples/boids/README.md
A version of Boids implemented in Yew.
This example doesn't make use of a Canvas, instead, each boid has its own element demonstrating the performance of Yew's virtual DOM.
The example uses gloo::timers implementation of setInterval to drive the Yew game loop.
Run this application with the trunk development server:
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' trunk serve --open