πŸ“ Net standard geometry/shape manipulation library, can be used to merge / split shapes
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Scott Williams 68f882ffcc fix precision tests 2017-02-03 16:21:55 +00:00
icons fix icons and clean up readme 2017-02-02 21:48:59 +00:00
src double counting first point 2017-02-03 16:16:24 +00:00
tests fix precision tests 2017-02-03 16:21:55 +00:00
.editorconfig Migrate shaper code from ImageSharp to Shaper2D 2017-01-14 11:40:36 +00:00
.gitignore build setup 2017-01-16 18:44:39 +00:00
LICENSE.txt fix icons and clean up readme 2017-02-02 21:48:59 +00:00
README.md Update README.md 2017-02-03 15:35:32 +00:00
SixLabors.Shapes.ruleset rename project 2017-01-28 18:37:29 +00:00
SixLabors.Shapes.sln rename project 2017-01-28 18:37:29 +00:00
SixLabors.Shapes.sln.DotSettings rename project 2017-01-28 18:37:29 +00:00
appveyor.yml fix server name 2017-01-28 18:47:21 +00:00
build.cmd rename project 2017-01-28 18:37:29 +00:00
codecov.yml Update codecov.yml 2017-01-16 19:32:27 +00:00
gitversion.yml build setup 2017-01-16 18:44:39 +00:00
global.json Migrate shaper code from ImageSharp to Shaper2D 2017-01-14 11:40:36 +00:00

README.md

SixLabors.Shapes

SixLabors.Shapes is a new cross-platform 2D polygon manipulation AP.

Build status codecov GitHub license

Join the chat at https://gitter.im/SixLabors/Shapes GitHub issues GitHub stars GitHub forks

Installation

Pre-release downloads

At present the code is pre-release we have initial pre-releases availible on nuget.

We also have a MyGet package repository - for bleeding-edge / development NuGet releases.

Manual build

If you prefer, you can compile SixLabors.Shapes yourself (please do and help!), you'll need:

To clone it locally click the "Clone in Windows" button above or run the following git commands.

git clone https://github.com/SixLabors/Shapes.git

Features

  • Point in Polygon
  • Line Intersections
  • Complex Polygons (with holes)
  • Polygon clipping
  • Polygons
  • With Liniear line segments
  • With Beziear curve linesegments
  • Mixes Linear & beziear segments
  • Paths
  • With Liniear line segments
  • With Beziear curve linesegments
  • Mixes Linear & beziear segments

API

TODO add api example in here (missing polygon builder class)

How can you help?

Please... Spread the word, contribute algorithms, submit performance improvements, unit tests.

Projects using SixLabors.Shapes

None yet but should soon be used by SvgSharp and ImageSharp.

The SixLabors.Shapes Team

Lead