📐 Net standard geometry/shape manipulation library, can be used to merge / split shapes
Перейти к файлу
Jason Nelson ce41cad134 Fix subbuffer 2018-08-24 09:43:15 -07:00
icons offset per path causing drift 2017-09-12 20:13:49 +01:00
samples/DrawShapesWithImageSharp Update netcoreapp to 2.1 2018-08-23 18:51:27 -07:00
src Fix subbuffer 2018-08-24 09:43:15 -07:00
tests Update netcoreapp to 2.1 2018-08-23 18:51:27 -07:00
.editorconfig Migrate shaper code from ImageSharp to Shaper2D 2017-01-14 11:40:36 +00:00
.gitignore prefilter and calculate data per point 2017-03-31 22:32:54 +01:00
LICENSE.txt fix icons and clean up readme 2017-02-02 21:48:59 +00:00
NuGet.config update dependencies and fix xunit warnings 2018-05-30 21:35:48 +01:00
README.md Update logo and readme 2018-03-22 23:53:12 +11:00
SixLabors.Shapes.ruleset rename project 2017-01-28 18:37:29 +00:00
SixLabors.Shapes.sln update dependencies and fix xunit warnings 2018-05-30 21:35:48 +01:00
SixLabors.Shapes.sln.DotSettings importing DotSettings configuration from ImageSharp solution 2018-05-10 00:17:02 +02:00
SixLabors.Shapes.v3.ncrunchsolution project spring clean and style👮 2018-05-24 21:50:54 +01:00
appveyor.yml fix pattern 2018-06-03 13:53:16 +01:00
build.cmd project spring clean and style👮 2018-05-24 21:50:54 +01:00
build.ps1 project spring clean and style👮 2018-05-24 21:50:54 +01:00
codecov.yml Update codecov.yml 2017-07-16 12:41:51 +01:00
gitversion.yml fix build settings 2017-09-16 11:40:06 +01:00
stylecop.json Copyright and usings 2017-11-20 21:42:01 +11:00

README.md

SixLabors.Shapes
SixLabors.Shapes

Build status codecov GitHub license

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

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

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
  • Simple polygon clipping
  • Regular Polygons (triangles, squares, pentagons etc, any number of sides)
  • Ellipses (and therfore circles)
  • Shape Builder api - for creating shapes declaratively
  • Polygons
    • With Linear line segments
    • With Beziear curve line segments
    • Mixture of both Linear & bezier segments
  • Paths
    • With Linear line segments
    • With Bezier curve line segments
    • Mixture of both Linear & bezier segments

How can you help?

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

Projects using SixLabors.Shapes

The SixLabors.Shapes Team

Lead

Core Team