From: Kevin A. <ka...@us...> - 2006-07-30 01:21:33
|
Update of /cvsroot/pythoncard/PythonCard/samples/flock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18540/samples/flock Modified Files: readme.txt Log Message: added dijkstra and iacGrid samples Index: readme.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/flock/readme.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** readme.txt 13 Dec 2005 11:13:23 -0000 1.3 --- readme.txt 30 Jul 2006 01:21:31 -0000 1.4 *************** *** 1,3 **** Builds on the "gravity" sample to show a simple animation of "boids"; shows simple emergent behaviour for a 2-D flock of "boids". ! This sampe uses two images to animate the movement of bird-like objects. --- 1,3 ---- Builds on the "gravity" sample to show a simple animation of "boids"; shows simple emergent behaviour for a 2-D flock of "boids". ! This sample uses two images to animate the movement of bird-like objects. |