game_pathfinding 0.1.3

一个寻路库,包含AStar和Recast,目前还在开发阶段
Documentation
1
2
3
4
mod astar;
pub use astar::AStar;
mod recast;
pub use recast::Recast;