Skip to content

Boids or flocking algorithms for Unity.

License

Notifications You must be signed in to change notification settings

Theoriz/Unity-Boids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Boids or flocking algorithms for Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 74.2%
  • HLSL 25.8%