https://github.com/pchalamet/npolybool
Port of polybooljs to .net standard 2.0
https://github.com/pchalamet/npolybool
boolean csharp dotnet-standard operation polygon
Last synced: 6 months ago
JSON representation
Port of polybooljs to .net standard 2.0
- Host: GitHub
- URL: https://github.com/pchalamet/npolybool
- Owner: pchalamet
- License: mit
- Created: 2018-10-16T08:40:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T06:03:35.000Z (over 3 years ago)
- Last Synced: 2025-04-04T04:51:08.203Z (10 months ago)
- Topics: boolean, csharp, dotnet-standard, operation, polygon
- Language: JavaScript
- Homepage:
- Size: 11 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPolyBool
[](https://github.com/pchalamet/NPolyBool/actions?query=workflow%3Abuild) [](https://nuget.org/packages/NPolyBool)
This is a port of [polybooljs](https://github.com/voidqk/polybooljs) for .net standard 2.0 (written in C#).
Some code reused from [polybool.net](https://github.com/idormenco/PolyBool.Net). That was easier to port again instead of debugging PolyBool.Net.
Expose same interface as polybooljs. All operations have been validated with side by side runs of polybooljs. WARNING: not all tests are provided, just trust me ;-)
# How to
* Build: make build
* Test (on Windows x64 only sorry): make test
You can also use the sln directly with your favorite editor.
# License
Released under MIT (as original source):
* Original source code Copyright (c) 2016 Sean Connelly(@voidqk, web: syntheti.cc)
* Ported source code Copyright (c) 2018 - 2022 Pierre Chalamet