Skip to content

Boids behavior calculation code is modified to utilize Microsoft Direct Compute resulting significant improvements in Performance. 利用Compute Shader实现Boids模拟。

License

Notifications You must be signed in to change notification settings

czis911/Unity-Boids-Behavior-on-GPGPU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Boids Behavior on GPGPU


Description:

利用Compute Shader实现Boids模拟。

Inspired by Joachim Ante at Unite Europe 2017 - C# job system & compiler . Joachim showed how a boids simulation performance increases when using the new Job system, taking full advantage of the multi CPU/Core architecture

Instead of that,I make the GPU-based flocking system. Boids behavior calculation code is modified to utilize Microsoft Direct Compute resulting significant improvements in Performance.

Platform

Windows

Article(Chinese)

利用GPGPU计算大规模群落仿真行为

Ref

Boids

About

Boids behavior calculation code is modified to utilize Microsoft Direct Compute resulting significant improvements in Performance. 利用Compute Shader实现Boids模拟。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%