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.
Перейти к файлу
Jerome Laban 85c2655ffd Disable .NET Native for release builds 2019-08-29 11:09:36 -04:00
SkiaSharp.Extended Disable .NET Native for release builds 2019-08-29 11:09:36 -04:00
SkiaSharp.Extended.Iconify Disable .NET Native for release builds 2019-08-29 11:09:36 -04:00
SkiaSharp.Extended.Svg Disable .NET Native for release builds 2019-08-29 11:09:36 -04: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
.vsts-ci.yml Enable CI 2019-08-29 10:56:11 -04:00
.vsts-linux-build.yml Enable CI 2019-08-29 10:56:11 -04:00
LICENSE Updated license 2019-02-10 17:00:39 +02:00
README.md Update Xamrin.Forms and Android Support 2019-06-08 18:39:57 +02:00
Signing.targets Modernizing the build system (#30) 2018-03-04 22:03:03 +02:00
azure-pipelines.yml Update azure-pipelines.yml 2019-05-29 14:16:48 +02:00
build.cake Update Xamrin.Forms and Android Support 2019-06-08 18:39:57 +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.