Decision Workspace
i_triangle vs delaunator vs spade
Side-by-side comparison of Rust crates
58
i_triangle
growingv0.44.0
Polygon Triangulation Library: Efficient Delaunay Triangulation for Complex Shapes.
72
delaunator
stablev1.1.0
A very fast 2D Delaunay triangulation library.
66
spade
stablev2.15.1
Delaunay triangulations for the rust ecosystem
Core Metrics
| i_triangle | delaunator | spade | |
|---|---|---|---|
| Health Score | 58 | 72 | 66 |
| Total Downloads | 58.3K | 375.8K | 13.2M |
| 30d Downloads | 0 | 38.2K | 1.1M |
| Dependents | 31 | 173 | 471 |
| Releases | 64 | 8 | 40 |
| Last Updated | 18d ago | 13d ago | 62d ago |
| Age | 2y 6m | 7y 8m | 9y 8m |
Health Breakdown
i_triangle
Maintenance
18
Quality
14
Community
10
Popularity
6
Documentation
10
delaunator
Maintenance
15
Quality
21
Community
14
Popularity
7
Documentation
15
spade
Maintenance
14
Quality
18
Community
13
Popularity
8
Documentation
13
Technical Details
| i_triangle | delaunator | spade | |
|---|---|---|---|
| Version | 0.44.0 | 1.1.0 | 2.15.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | ISC | MIT OR Apache-2.0 |
| Dependencies | 5 | 4 | 17 |
| Crate Size | 890KB | 98KB | 500KB |
| Features | 2 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.87 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •delaunator leads with a health score of 72/100, but none of the options score above 80.
- •spade has the most downloads (13.2M), suggesting wider adoption.
- •spade is depended on by 471 crates — strongest ecosystem trust.
- •i_triangle is pre-1.0 — API may change.