vsTASKER – Using events : Flock of Birds

This tutorial deals with a simulation of a flock of 3000 birds, sharing the same simple Logic.The behavior of each bird is given by the Logic according to 3 rules: Some code is provided below the video to help you build this demo in vsTASKER.The database can also be downloaded. Flock Logic: Pulser …

Read more

vsTASKER – First component : Boids Simulation

This bird flock simulation is the implementation of the Boids algorithm from Craig Reynolds (1986) with some modifications. Like in the Reynold algorithm, only 3 rules are used by all theboids, to maintain cohesion, separation and alignment. Some code is provided below the video to help you build this demo in vsTASKER. The …

Read more