See this project's progress on it's github.io page.
The current version of the app can be see here.
A Boids implementation for WebGL writen using threejs.org
- threejs: A great WebGL framework in JavaScript.
- Boids Backgroud and Update: The article that started it all came back to this may times in the early going.
- Boids Pseudocode by Conrad Parker: This pulled it all together for me.
- Configure webpack to not include three js when packaging for deployment on the web.
- Animate boids flapping