Releases: iShape-Rust/iOverlay
Releases · iShape-Rust/iOverlay
v1.9.0
v1.8.0
🚀 Added
- New Float API: Introducing a template-based Float API that works with iterators to eliminate data cloning. This API can work directly with user-defined Point structures. (Note: The older
F32
/F64
API is now deprecated). - Single Boolean Operation -
overlay
: A faster Boolean operation that doesn’t require creating anOverlayGraph
, giving a 10-20% performance boost in some cases.
🔄 Changed
- String Line API: Now officially supported.
- Clip Operation: Improved to maintain the original path order, keeping output more predictable and intuitive.
🛠️ Fixed
- Hole Solver: Reworked to ensure holes are connected more accurately.