Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewlaskey/flocking-sim
- Owner: andrewlaskey
- License: mit
- Created: 2014-01-30T02:36:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T22:16:56.000Z (almost 11 years ago)
- Last Synced: 2023-03-24T06:01:31.710Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://andrewlaskey.github.io/flocking-sim/
- Size: 949 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.