Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewlaskey/flocking-sim

Simple AI flocking behavior simulation using sketch.js
https://github.com/andrewlaskey/flocking-sim

Last synced: 19 days ago
JSON representation

Simple AI flocking behavior simulation using sketch.js

Awesome Lists containing this project

README

        

Flocking-Sim
============

This is a flocking simulation using the boids algorithm as described and pseudocoded [here](http://www.kfish.org/boids/pseudocode.html).

It also takes advantage of [Sketch.js](http://soulwire.github.io/sketch.js/) to improve the speed and ease of coding for the canvas.