https://github.com/juliageometry/clipper.jl
Julia wrapping of clipper
https://github.com/juliageometry/clipper.jl
Last synced: about 1 year ago
JSON representation
Julia wrapping of clipper
- Host: GitHub
- URL: https://github.com/juliageometry/clipper.jl
- Owner: JuliaGeometry
- License: other
- Created: 2014-12-19T01:54:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T15:20:35.000Z (over 1 year ago)
- Last Synced: 2025-03-29T07:10:04.288Z (about 1 year ago)
- Language: Julia
- Homepage:
- Size: 700 KB
- Stars: 31
- Watchers: 10
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Clipper.jl
[](https://github.com/JuliaGeometry/Clipper.jl/actions/workflows/CI.yml)
[](https://juliageometry.github.io/Clipper.jl/dev)
[](https://juliageometry.github.io/Clipper.jl/stable)
Clipper.jl is a Julia wrapper for Clipper 1: [Angus Johnson's Clipper library (ver. 6.4.2).](https://github.com/AngusJohnson/Clipper2).
> Clipper - an open source freeware library for clipping and offsetting lines and polygons.
> The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or, and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
## License
Available under the [Boost Software License - Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
See: [LICENSE.md](./LICENSE.md).