My implementation of Yew's boids example app, with several small modifications.
Notably, I've modified it to run on a requestAnimationFrame() loop instead of a setInterval() loop.
This dramatically increases the framerate at the cost of destroying your computer (depending on what
browser you're using - the boids are being rendered as SVG polygons, which can be slow).
jo12bar/yew-boids
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|