SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
Перейти к файлу
Matthew Leibowitz 5c152f8162
Switch to cake so that we can add more complex tasks (#70)
Switch to cake so that we can add more complex tasks
 - added the NuGet Validator step
 - Adding a build counter tied to the branch
2019-02-11 07:22:16 +02:00
SkiaSharp.Extended Swap the netstandard version so the apps get rebuilt on mac 2019-02-10 07:48:35 +02:00
SkiaSharp.Extended.Iconify Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00
SkiaSharp.Extended.Svg Add support for path/polygon/polyline fill-rule=evenodd. Fixes #43 2019-02-11 03:22:50 +02:00
images Improved the readme 2018-03-04 22:30:20 +02:00
keys Updated the samples a bit 2018-10-25 23:50:03 -04:00
tools Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00
.editorconfig A few small changes to the source 2018-11-12 22:22:38 +02:00
.gitignore Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00
LICENSE Updated license 2019-02-10 17:00:39 +02:00
README.md Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00
Signing.targets Modernizing the build system (#30) 2018-03-04 22:03:03 +02:00
azure-pipelines.yml Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00
azure-templates-sign.yml [build] Added Azure DevOps & NuGet Signing (#63) 2019-02-10 04:17:19 +02:00
build.cake Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00
build.ps1 Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00
build.sh Switch to cake so that we can add more complex tasks (#70) 2019-02-11 07:22:16 +02:00

README.md

SkiaSharp.Extended

Build Status Build Status

SkiaSharp.Extended is a collection some cool libraries that may be useful to some apps. There are several repositories that may have interesting projects:

Building

Each sub-directory has a solution file that can be opened in Visual Studio or built by MSBuild. All scripting and tasks are performed by MSBuild, so no external tooling is needed.

There is a single PowerShell/bash script that can be used to build the entire repository:

> .\build.ps1
$ ./build.sh

The CI server just runs that single file and outputs all the packages, assemblies and test results.

License

The code in this repository is licensed under the MIT License.