Clipper2-WASM
Clipper2-WASM copied to clipboard
WASM port of Clipper 2 for Polygon Clipping and Offsetting
Hi, I am a big fan of the plugin and its super useful. However I am getting an issue with the plugin eventually running out of memory despite clearing and...
``` const { MakePath64, Paths64, FillRule, Union64 } = MainModule for (let i = 0; i < 10000; i++) { let a = [-5070000, -23550000, 7710000, -23550000, 7710000, 22590000, -5070000,...
Improved MakePath from 78ms to 33ms on my machine. See test.html.