There hasn’t been any commit activity on lucas-flexcompute/Clipper2 in the last week. Want to help out? Fork this repository Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
.github/workflows Let CMake automatically clone the googletest repo, so that users do n… Apr 13, 2024 CPP clipper.core.h - fixed GetBounds compiler warning (AngusJohnson#830) May 7, 2024 CSharp Clipper.RectClip.cs - fixed a bug in C# RectClipLines (AngusJohnson#828) ...
WASM port of Clipper 2 for Polygon Clipping and Offsetting - Workflow runs · ErikSom/Clipper2-WASM
$ git clone https://github.com/webclipper/web-clipper.git $ cd web-clipper $ yarn $ yarn dev # Chrome $ yarn dev:ff # Firebox Test $ yarn test Feedback TypeLink Telegram Link Sponsors 感谢FlowUs 息流 赞助本项目 FlowUs 息流是一款为个人和团队打造的新一代知识管理与协作平台,以云端空间...
Verified 8e9424a Commits on May 3, 2022 Fixed incorrect c++ performance. AngusJohnsoncommittedMay 3, 2022 69cc57f Pagination PreviousNextFooter © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
public static Paths64 Sum(Path64 pattern, Path64 path, boolean isClosed) { return Clipper.Union(MinkowskiInternal(pattern, path, true, isClosed), FillRule.NonZero); } // public static List<List<PointD>> Sum(List<PointD> pattern, List<PointD> path, boolean isClosed) { // NOTE // ret...
See implementation:https://github.com/ErikSom/Clipper2-WASM/tree/main/clipper2-wasm/examples/benchmark Made possible by:https://github.com/AngusJohnson/Clipper2 Huge thanks to@Birch-sanwith an outstanding wasm port example:https://github.com/Birch-san/box2d-wasm/...
Pull requests Discussions Actions Security Insights Additional navigation options main 1Branch19Tags Code Clipper2 A PolygonClippingandOffsettinglibrary (in C++, C# & Delphi) TheClipper2library performsintersection,union,differenceandXORboolean operations on both simple and complex polygons. It also performs...
PS! I see that GitHub now has amacos-14CI runner in Beta, which runs on M1. Haven't tested it, but it could be a quick path to setting up a repro case if you don't have access to a physical Mac. Let me know if I can assist with anything. ...
Jan 29, 2025 898b0f1·Jan 29, 2025 History 755 Commits .github/workflows CPP CSharp DLL Delphi Tests .gitignore .gitmodules LICENSE README.md Clipper2 A PolygonClippingandOffsettinglibrary (in C++, C# & Delphi) TheClipper2library performsintersection,union,differenceandXORboolean operations on bo...