Decision Workspace
midpoint_circle vs concentric_circles vs bevy_mikktspace
Side-by-side comparison of Rust crates
33
midpoint_circle
growingv0.1.0
Rust implementation of the midpoint circle algorithm.
35
concentric_circles
experimentalv0.1.0
Efficient generation and iteration of concentric circle perimeters using Bresenham's algorithm.
72
bevy_mikktspace
stablev1.0.0
Safe rust implementation of Mikkelsen tangent space algorithm
Core Metrics
| midpoint_circle | concentric_circles | bevy_mikktspace | |
|---|---|---|---|
| Health Score | 33 | 35 | 72 |
| Total Downloads | 1.6K | 547 | 4.5M |
| 30d Downloads | 4 | 3 | 325.9K |
| Dependents | 0 | 0 | 62 |
| Releases | 1 | 1 | 38 |
| Last Updated | 1374d ago | 299d ago | 38d ago |
| Age | 3y 9m | 9m | 3y 8m |
Health Breakdown
midpoint_circle
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
7
concentric_circles
Maintenance
3
Quality
13
Community
6
Popularity
3
Documentation
10
bevy_mikktspace
Maintenance
18
Quality
18
Community
13
Popularity
8
Documentation
15
Technical Details
| midpoint_circle | concentric_circles | bevy_mikktspace | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Zlib AND (MIT OR Apache-2.0) |
| Dependencies | 1 | 6 | 4 |
| Crate Size | 2KB | 25KB | 33KB |
| Features | 0 | 0 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.85.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •bevy_mikktspace leads with a health score of 72/100, but none of the options score above 80.
- •⚠ midpoint_circle has not been updated in over a year.
- •midpoint_circle, concentric_circles are pre-1.0 — API may change.