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.
Перейти к файлу
Jérôme Laban 078b8f8401
Merge pull request #2 from unoplatform/dev/jela/enable-ci
Update the documentation
2019-08-29 14:47:18 -04:00
SkiaSharp.Extended Update to Uno.SkiaSharp latest 2019-08-29 12:40:43 -04:00
SkiaSharp.Extended.Iconify Disable .NET Native for release builds 2019-08-29 11:09:36 -04:00
SkiaSharp.Extended.Svg Update to Uno.SkiaSharp latest 2019-08-29 12:40:43 -04:00
images Update the documentation 2019-08-29 14:46:29 -04: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 Update to Uno.SkiaSharp latest 2019-08-29 12:40:43 -04:00
LICENSE Updated license 2019-02-10 17:00:39 +02:00
README.md Update the documentation 2019-08-29 14:46:29 -04: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
gitversion.yml Adjust versioning 2019-08-29 13:06:15 -04:00

README.md

SkiaSharp.Extended for WebAssembly

This repository is the home for the port of SkiaSharp.Extended packages for WebAssembly with the Uno Platform. This package uses the Uno.SkiaSharp.Wasm package for WebAssembly.

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:

Using SkiaSharp.Extended on WebAssembly

The support for Extended and SVG is provided in the form of two packages :

Those packages can only be used on a WebAssembly head running on top of the Uno Platform. For other heads, see use of the official Extended and Svg packages.

Some samples of the apps (Extended and Svg) in the repository:

Extended SVG

Building

Open either the Svg solution or the Extended solution and build the included sample apps.

License

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