Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlms13/boidz
Just a simple flocking simulation
https://github.com/mlms13/boidz
Last synced: 25 days ago
JSON representation
Just a simple flocking simulation
- Host: GitHub
- URL: https://github.com/mlms13/boidz
- Owner: mlms13
- Created: 2014-11-02T00:14:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T04:17:37.000Z (over 9 years ago)
- Last Synced: 2024-04-13T23:40:52.128Z (7 months ago)
- Language: Haxe
- Size: 606 KB
- Stars: 10
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haxe Boids
This is a Haxe implementation of the Boids flocking algorithm.
[Canvas Demo](https://rawgit.com/fponticelli/boidz/master/bin/index.html)
## Running It
Assuming you've installed [Lime and OpenFL](http://www.openfl.org/documentation/setup/install-haxe/), you can run the boids simulation with `lime test ` where `` is one of the targets listed in `lime help`.
Currently, the boids fly toward the center, then leave the frame. Coming soon: speed limitations and boundary constraints. Until then, enjoy a couple seconds of boid flocking.