iShape-Rust / iOverlay

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
https://ishape-rust.github.io/iShape-js/
MIT License
42 stars 4 forks source link

Up to date example #1

Closed LagradOst closed 8 months ago

LagradOst commented 8 months ago

Right now your example code was outdated and did not work due to version fuckery. Both of these are fixed with this pr.

NailxSharipov commented 8 months ago

Thanks for your help.