diff options
author | rodri <rgl@antares-labs.eu> | 2020-06-09 22:39:37 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2020-06-09 22:39:37 +0000 |
commit | 6572c456f7cdf6f8aaaf361e618b41816084a7ae (patch) | |
tree | 26f1fbccbcff272f9b8207bf36d584c4c476a54b /resources | |
download | boids-6572c456f7cdf6f8aaaf361e618b41816084a7ae.tar.gz boids-6572c456f7cdf6f8aaaf361e618b41816084a7ae.tar.bz2 boids-6572c456f7cdf6f8aaaf361e618b41816084a7ae.zip |
initial commit. first stages of simulation, per-second steps avoiding the jail bars.
Diffstat (limited to 'resources')
-rw-r--r-- | resources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources b/resources new file mode 100644 index 0000000..63deb84 --- /dev/null +++ b/resources @@ -0,0 +1,3 @@ +http://www.red3d.com/cwr/boids/ +http://www.red3d.com/cwr/papers/1987/boids.html +http://www.red3d.com/cwr/boids/RipOff_Flocking.html |