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).
-
Notifications
You must be signed in to change notification settings - Fork 0
License
jo12bar/yew-boids
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|