An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Clipper.jl

[![CI](https://github.com/JuliaGeometry/Clipper.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaGeometry/Clipper.jl/actions/workflows/CI.yml)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliageometry.github.io/Clipper.jl/dev)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](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).