Comment on Show HN: HTML5 Bird Flocks Simulation in CoffeeScriptComments−amirrajan13yAny similarities to the bird flocking algorithm when compared to a force directed graph? Here's a link to a force directed graph I did in HTML5: http://amirrajan.net/Home/FdgHtml5−chris_pOP13yBird flocks are actually much simpler. It's just three simple rules that define how each boid moves.
Comments
Any similarities to the bird flocking algorithm when compared to a force directed graph? Here's a link to a force directed graph I did in HTML5: http://amirrajan.net/Home/FdgHtml5
Bird flocks are actually much simpler. It's just three simple rules that define how each boid moves.