pi_path_finding 0.6.1

A* Path Finding Algorithm
docs.rs failed to build pi_path_finding-0.6.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: pi_path_finding-0.6.4

pi_path_finding

A* 寻路算法

  • finder 模块,A* 主体
  • tile_map 模块,实现了方格数据的A*寻路;
  • nav_mesh 模块,实现了 3维导航网格的A*寻路,包含路径拉直