Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 387 Bytes

webgl-boids

WebGL implementation of the boids flocking algorithm. You can view a demo of it here. Firefox is the recommended browser, but it works fine in others, including Safari on iOS (just turn to landscape).

Development

To build the js dist:

npm run build

Also available:

npm run watch