Decision Workspace
bevy_northstar vs game_pathfinding vs sark_pathfinding
Side-by-side comparison of Rust crates
51
bevy_northstar
experimentalv0.6.1
A Bevy plugin for Hierarchical Pathfinding
42
game_pathfinding
growingv0.1.3
一个寻路库,包含AStar和Recast,目前还在开发阶段
35
sark_pathfinding
growingv0.4.0
A simple implementation of the astar pathfinding algorthim from red blob games https://www.redblobgames.com/pathfinding/a-star/implementation.html and 'Dijkstra Maps' from https://www.roguebasin.com/index.php/Dijkstra_Maps_Visualized
Core Metrics
| bevy_northstar | game_pathfinding | sark_pathfinding | |
|---|---|---|---|
| Health Score | 51 | 42 | 35 |
| Total Downloads | 6.8K | 27.3K | 8.4K |
| 30d Downloads | 424 | 27 | 39 |
| Dependents | 2 | 0 | 0 |
| Releases | 10 | 23 | 6 |
| Last Updated | 46d ago | 750d ago | 402d ago |
| Age | 12m | 2y 3m | 4y 2m |
Health Breakdown
bevy_northstar
Maintenance
17
Quality
13
Community
6
Popularity
5
Documentation
10
game_pathfinding
Maintenance
7
Quality
13
Community
5
Popularity
5
Documentation
12
sark_pathfinding
Maintenance
5
Quality
12
Community
3
Popularity
5
Documentation
10
Technical Details
| bevy_northstar | game_pathfinding | sark_pathfinding | |
|---|---|---|---|
| Version | 0.6.1 | 0.1.3 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 15 | 10 | 8 |
| Crate Size | 464KB | 251KB | 131KB |
| Features | 3 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.76 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bevy_northstar leads with a health score of 51/100, but none of the options score above 80.
- •game_pathfinding has the most downloads (27.3K), suggesting wider adoption.
- •⚠ game_pathfinding, sark_pathfinding have not been updated in over a year.