Skip to content

PathFinding On Gpu, It contains flow pathfinding. this purpose is to Study About Compute Shader.

Notifications You must be signed in to change notification settings

unitycoder/PathfindInGpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathfindInGpu

Now v2 Feature will come after 09/01

  • quad tree !
  • path determin where is low cost in gpu many character async !

v1 feture finished

  • it find path with tile style
  • not nav mesh
  • this version, just for study about Compute Shaders
  • ^^

v1. Can One AI Find Path.

next feature

amount of AI (10000) can find path with no frame down

study record

https://www.evernote.com/l/ArDRY4yJeYZGGJbhnZjCzqmGhFiq7eM09y0/

test: is dispatch async? sync get data.

result: when you called getbuffer that main thread will wait until can get data
https://www.evernote.com/l/ArCtnd7aYGNOLKs6y-EjcO0uvLHNk9_wqlg

use

hlsl
direct compute
gpgpu knowledge

It Use Submodule

git submodule update --init --recursive
git pull --recurse-submodules

About

PathFinding On Gpu, It contains flow pathfinding. this purpose is to Study About Compute Shader.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 47.2%
  • ShaderLab 45.0%
  • HLSL 7.8%