Decision Workspace
bresenham_zip vs line_drawing vs midpoint_circle
Side-by-side comparison of Rust crates
50
bresenham_zip
growingv1.0.0
Iterator to perform Bresenham over two lines of the same triangle simultaneusly for triangle rasterization
56
line_drawing
growingv1.0.1
A collection of line-drawing algorithms for use in graphics and video games.
33
midpoint_circle
growingv0.1.0
Rust implementation of the midpoint circle algorithm.
Core Metrics
| bresenham_zip | line_drawing | midpoint_circle | |
|---|---|---|---|
| Health Score | 50 | 56 | 33 |
| Total Downloads | 6.9K | 2.8M | 1.6K |
| 30d Downloads | 53 | 49.1K | 4 |
| Dependents | 3 | 226 | 0 |
| Releases | 3 | 16 | 1 |
| Last Updated | 1464d ago | 399d ago | 1374d ago |
| Age | 4y | 8y 7m | 3y 9m |
Health Breakdown
bresenham_zip
Maintenance
4
Quality
20
Community
8
Popularity
5
Documentation
13
line_drawing
Maintenance
5
Quality
19
Community
12
Popularity
8
Documentation
12
midpoint_circle
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
7
Technical Details
| bresenham_zip | line_drawing | midpoint_circle | |
|---|---|---|---|
| Version | 1.0.0 | 1.0.1 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 4 | 1 |
| Crate Size | 12KB | 15KB | 2KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2015 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •line_drawing leads with a health score of 56/100, but none of the options score above 80.
- •line_drawing is depended on by 226 crates — strongest ecosystem trust.
- •⚠ bresenham_zip, line_drawing, midpoint_circle have not been updated in over a year.
- •midpoint_circle is pre-1.0 — API may change.