Skip to content

jo12bar/yew-boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yew-boids

View online here 🔗

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).