This is a port of polybooljs for .net standard 2.0 (written in C#). Some code reused from 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 ;-)
- Build: make build
- Test (on Windows x64 only sorry): make test
You can also use the sln directly with your favorite editor.
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