πŸ“ Net standard geometry/shape manipulation library, can be used to merge / split shapes
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Scott Williams 3a18d816c7 add code coverage 2017-01-16 19:04:43 +00:00
src Merge branches 'master' and 'master' of https://github.com/tocsoft/Shaper2D 2017-01-16 18:45:10 +00:00
tests add code coverage 2017-01-16 19:04:43 +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
APACHE-2.0-LICENSE.txt Migrate shaper code from ImageSharp to Shaper2D 2017-01-14 11:40:36 +00:00
LICENSE Initial commit 2016-12-09 07:51:16 +00:00
README.md Update README.md 2017-01-16 17:14:11 +00:00
Shaper2D.ruleset Update Shaper2D.ruleset 2017-01-16 17:15:58 +00:00
Shaper2D.sln Migrate shaper code from ImageSharp to Shaper2D 2017-01-14 11:40:36 +00:00
appveyor.yml add code coverage 2017-01-16 19:04:43 +00:00
build.cmd build setup 2017-01-16 18:44:39 +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

Shaper2D

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

GitHub license GitHub issues GitHub stars GitHub forks

Installation

At present the code is pre-release but when ready it will be available on Nuget.

Pre-release downloads

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

Manual build

If you prefer, you can compile Shaper2D 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/tocsoft/Shaper2D

Features

  • Point in Polygon
  • Line Intersections
  • Complex Polygons (with holes, this can be contained or overlap(we fix them for you))
  • 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 Shaper2D

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

The Shaper2D Team

Lead