diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-06-24 01:57:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-06-24 01:57:09 +0000 |
commit | 98208d33394cf47c95d25e2cc23e37ffceaaa861 (patch) | |
tree | d74fcb58afd78e52d459486fa28f15fe2332fee2 /boids.readme.txt | |
parent | e0ad9fc36b931a0fc4149cd5846338bbc6053325 (diff) |
added readme and license info from zip from Eric Singer site. This readme says the code is GPL, overriding the 'non-commercial' clause in the source files
svn path=/trunk/externals/boids/; revision=5292
Diffstat (limited to 'boids.readme.txt')
-rw-r--r-- | boids.readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/boids.readme.txt b/boids.readme.txt new file mode 100644 index 0000000..8d21953 --- /dev/null +++ b/boids.readme.txt @@ -0,0 +1,25 @@ +/* + boids package for max/msp/jitter 051219 + + Boids............................................. by eric singer + boids2d, boids3d.................................. by jasch & andrŽ sier + jit.boids3d, jit.boids2d, xray.jit.boidsrender.... by wesley smith + + © 1995-98 Eric L. Singer (eric@ericsinger.com) + 3d adaptation 08/2005 by a. sier / jasch + jitter adaptation 12/2005 by w. smith + + boids package released under Gnu GPL license. + please refer to the accompanying COPYING file. +*/ + + +Based on Simon Fraser's implementation of Craig Reynolds' Boids algorithm. +Boids is free for non-commercial use + +Boids is a bird flight and animal flock simulator. It is based on the same algorithm which was used in Jurassic Park for the herding dinosaurs. +Boids takes an integer argument which is the number of boids. Each time Boids receives a bang, it calculates and outputs the new positions of the boids. The output consists of thew coordiantes for each boid, the number and type depending on the mode. + +The flight parameters can be changed with messages. Use the 'dump' message to output a list of the current parameter settings. + +For more information about the Boids algorithm, see Craig Reynolds' Web site at "http://reality.sgi.com/employees/craig/boids.html".
\ No newline at end of file |