Skip to content

A research paper written in late 2020 on the subject of optimization of boid flock systems. This paper focuses on the interaction between CPU and GPU calculations and strives to find the best balance between them.

Notifications You must be signed in to change notification settings

diazjacob/boidflocking

Repository files navigation

boidflocking

A research paper written in late 2020 on the subject of optimization of boid flock systems. This paper focuses on the interaction between CPU and GPU calculations and strives to find the best balance between them. I go over the definition of a boid, my method for creating them, and how we can increase the efficiency of their computation. I finally compare the naive approach (O(n^2)) to my final approach (O(n)) with SIMD GPU operations.

Some Images:

A visualization of all of the calculations the boids take into account every frame

The final result of the optimization:

A visualization of the texture buffer that acts to connect the C# code to the relevant compute shader

About

A research paper written in late 2020 on the subject of optimization of boid flock systems. This paper focuses on the interaction between CPU and GPU calculations and strives to find the best balance between them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages