Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.