aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index f0cf42b..deec821 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,10 @@
/*
boids package for max/msp/jitter 051219
+ (universal binary version 060828)
+
Boids............................................. by eric singer
- boids2d, boids3d.................................. by jasch & andr sier
+ boids2d, boids3d.................................. by jasch & andré sier
jit.boids3d, jit.boids2d, xray.jit.boidsrender.... by wesley smith
(C) 1995-98 Eric L. Singer (eric@ericsinger.com)
@@ -14,6 +16,7 @@
*/
+
Based on Simon Fraser's implementation of Craig Reynolds' Boids algorithm.
Boids is free for non-commercial use
@@ -23,3 +26,8 @@ Boids takes an integer argument which is the number of boids. Each time Boids re
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".
+
+
+UB notes (version 1.1 / 20070125):
+ - changed flock structure to bflock. conflicts with fcntl.h:398
+ - added set messages to externals (set pos, set dir, set speed, set invert speed)