Decision Workspace
line-clipping vs bevy_mikktspace vs clipper2
Side-by-side comparison of Rust crates
72
line-clipping
growingv0.3.7
A simple crate implementing line clipping algorithms.
69
bevy_mikktspace
stablev1.0.0
Safe rust implementation of Mikkelsen tangent space algorithm
64
clipper2
growingv0.6.0
A safe, idiomatic Rust API for 2D polygon boolean clipping (intersection, union, difference, XOR), offsetting (inflate/deflate), Minkowski sum/difference, simplification, area, and point-in-polygon, on top of Clipper2.
Core Metrics
| line-clipping | bevy_mikktspace | clipper2 | |
|---|---|---|---|
| Health Score | 72 | 69 | 64 |
| Total Downloads | 5.3M | 5.2M | 280.6K |
| 30d Downloads | 2.1M | 400.9K | 15.5K |
| Dependents | 395 | 79 | 18 |
| Releases | 12 | 38 | 16 |
| Last Updated | 59d ago | 97d ago | 20d ago |
| Age | 1y 6m | 3y 10m | 2y 2m |
Health Breakdown
line-clipping
Maintenance
16
Quality
15
Community
18
Popularity
8
Documentation
15
bevy_mikktspace
Maintenance
15
Quality
18
Community
13
Popularity
8
Documentation
15
clipper2
Maintenance
18
Quality
15
Community
9
Popularity
7
Documentation
15
Technical Details
| line-clipping | bevy_mikktspace | clipper2 | |
|---|---|---|---|
| Version | 0.3.7 | 1.0.0 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Zlib AND (MIT OR Apache-2.0) | MIT OR Apache-2.0 |
| Dependencies | 2 | 4 | 7 |
| Crate Size | 16KB | 33KB | 111KB |
| Features | 0 | 4 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85.0 | 1.85 |
| Owners | 2 (team) | 2 (team) | 1 |
Links
Quick Verdict
- •line-clipping leads with a health score of 72/100, but none of the options score above 80.
- •line-clipping is depended on by 395 crates — strongest ecosystem trust.
- •line-clipping, clipper2 are pre-1.0 — API may change.