Nim bindings for Clipper2: A Polygon Clipping and Offsetting library from Angus Johnson.
var subject, clip: Paths64
subject.add MakePath("100, 50, 10, 79, 65, 2, 65, 98, 10, 21")
clip.add MakePath("98, 63, 4, 68, 77, 8, 52, 100, 19, 12")
let solution = Intersect(subject, clip, frNonZero)