SkillAgentSearch skills...

Flocking.cpp

🦆 Flocking algorithm C++ implementation both for CPU and GPU using compute shaders

Install / Use

/learn @vojtatom/Flocking.cpp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Flocking

The flocking algorithm mimics behaviors commonly seen in nature. A typical example of this behavior is the flight of birds in a flock. This repo contains C++ implementation both for CPU and GPU using compute shaders. Implementation includes:

  • CPU naive
  • CPU octree-based
  • GPU brute-force
  • GPU regular grid

Outputs

I made a blogpost describing the design, there are also some outputs, see more here!

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated20d ago
Forks2

Languages

C++

Security Score

80/100

Audited on Mar 12, 2026

No findings