polyBool
Polygon Clipper Library (Martinez Algorithm)
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install polyBool
choosenim install polyBool
git clone https://github.com/jangko/polyBool
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| polyBool | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/jangko/polyBool |
|---|---|
| Homepage | https://github.com/jangko/polyBool |
| Registry Source | nimble_official |
README
polyBool
polyBool is Polygon Clipping Library. polyBool performs boolean operations on polygons (union, intersection, difference, xor). polyBool is a Nim port of polybooljs