The complete report can be downloaded here (6.04MB).
This project is based on the works by Craig Reynolds.
A flash implementation by Chris Benjaminsen of the procedure suggested in this project can be found here.
A Flash 9 implementation by myself can be found here Controls: hold left-mouse to attract, hold left-mouse + ctrl to repel, hold left-mouse + shift to draw attraction area (blue), hold left-mouse + ctrl + shift to draw repel area (red), press 'x' to clear drawing, press arrow up/down to increase/decrease flock population. If you are interested in the source code for this please contact me.
All tests include the complete source code and note that the code is strictly developed for testing influence map based flocking. libpng, zlib, and OpenGL are used. Files for Windows are included with the basic test flock found in InfluenceFlocking.zip. However, you should expect to do some setup before it compiles.
Regarding setup, you can download updated libpng and zlib files here: UpdatedPngZlib.zip
If you are using Visual Studio you need to do the following:
The dll files need to go in your /Release directory (or /Debug for the files ending on ...d.dll).
The .h files need to go in the VC/include directory under the Visual Studio directory
and the .exp and .lib files need to go under the VC/lib directory also in the Visual Studio directory.
To find the differences in the tests you must diff them yourself. The videos are encoded with the XviD codec.
Path Following
| With alignment behavior: Files | Video (4.55MB) |
|
| Without alignment behavior: Files | Video (4.65MB) |
Positioned Shape
| Files | Video (49MB) |
Shape in Motion
| Files | Video (3.69MB) |