Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 554 Bytes

Boids

Boids (or flocking) algorithm for Unity.

GO Boids

Boids algorithm based on GameObjects. Boids are prefabs instantiated by the BoidsManager. The boids algorithm can be computed on CPU or GPU.

Example scene in GOBoids/Samples.

Based on Boids by Sebastian Lague.

VFX Boids

Boids algorithm in the Visual Effect Graph using Custom HLSL blocks.

Example scene in VFXBoids/Samples.

Based on VFX-Neighborhood-Grid by Paul Demeulenaere.