Docs.rs
pi_path_finding-0.2.2
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pi_path_finding 0.2.2
A* Path Finding Algorithm
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
1
out of
1
items documented
0
out of
1
items with examples
Links
GaiaWorld/pi_path_finding
0
1
1
crates.io
Dependencies
nalgebra ^0.31
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
pi_null ^0.1
normal
pcg_rand ^0.13
dev
rand_core ^0.6
dev
raqote ^0.8
dev
Versions
0.6.4
(2025-04-08)
0.6.3
(2023-10-07)
0.6.2
(2023-07-11)
0.6.1
(2023-07-11)
0.6.0
(2023-07-11)
0.5.7
(2023-07-06)
0.5.6
(2023-05-20)
0.5.4
(2023-05-20)
0.5.3
(2023-05-17)
0.5.2
(2023-05-16)
0.5.1
(2023-05-15)
0.5.0
(2023-05-13)
0.4.7
(2023-05-10)
0.4.6
(2023-05-09)
0.4.5
(2023-05-09)
0.4.4
(2023-05-09)
0.4.2
(2023-05-09)
0.4.0
(2023-05-08)
0.3.7
(2023-05-05)
0.3.6
(2023-04-28)
0.3.5
(2023-04-28)
0.3.4
(2023-04-28)
0.3.3
(2023-04-24)
0.3.2
(2023-04-21)
0.3.1
(2023-04-21)
0.3.0
(2023-04-20)
0.2.3
(2022-08-30)
0.2.2
(2022-08-17)
0.2.1
(2022-08-17)
0.1.0
(2022-03-30)
Owners
pi_path_finding
A* 寻路算法
finder 模块,A* 主体
tile_map 模块,实现了方格数据的A*寻路;
nav_mesh 模块,实现了 3维导航网格的A*寻路,包含路径拉直