SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Перейти к файлу
Matthew Leibowitz eba3a8ed0e
Update the version to 2.80.3 (#1512)
2020-09-30 03:08:03 +02:00
.github Update GitHub Templates (#1427) 2020-07-24 00:52:08 +02:00
benchmarks
binding Update MSBuild.Sdk.Extras (#1511) 2020-09-27 17:28:47 +02:00
cake Check the correct directory for native libraries with ASP.NET (#1483) 2020-09-02 03:46:58 +02:00
changelogs Update Docs for v2.80.2 (#1493) 2020-09-11 01:07:42 +02:00
docs@cf4946f2fb Update Docs for v2.80.2 (#1493) 2020-09-11 01:07:42 +02:00
externals Add a few more GPU debugging members (#1478) 2020-08-25 14:34:58 +02:00
images Update Samples (#1313) 2020-06-03 23:30:51 +02:00
native Update Docs for v2.80.2 (#1493) 2020-09-11 01:07:42 +02:00
nuget Use the version of OpenTK that is correctly sn (#1480) 2020-08-25 04:46:29 +02:00
samples Don't allocate arrays when copying streams (#1510) 2020-09-26 19:06:36 +02:00
scripts Update the version to 2.80.3 (#1512) 2020-09-30 03:08:03 +02:00
source Update MSBuild.Sdk.Extras (#1511) 2020-09-27 17:28:47 +02:00
tests Don't allocate arrays when copying streams (#1510) 2020-09-26 19:06:36 +02:00
tools Add & Run WASM Unit Tests (#1361) 2020-06-29 19:28:12 +02:00
utils Update Chromium Web Driver (#1488) 2020-09-02 22:19:08 +02:00
workbooks
.editorconfig Add WASM Support for Uno Platform (#1333) 2020-07-21 03:22:38 +02:00
.gitattributes
.gitignore Skip! 2020-06-25 22:29:49 +02:00
.gitmodules
CODE-OF-CONDUCT.md
External-Dependency-Info.txt
LICENSE.md
LICENSE.txt
README.md Add more Uno things (#1420) 2020-07-20 12:21:44 +02:00
VERSIONS.txt Update the version to 2.80.3 (#1512) 2020-09-30 03:08:03 +02:00
bootstrapper.ps1
bootstrapper.sh
build.cake Check the correct directory for native libraries with ASP.NET (#1483) 2020-09-02 03:46:58 +02:00
cgmanifest.json
mono.pub
mono.snk

README.md

SkiaSharp

SkiaSharp SkiaSharp.Views SkiaSharp.Views.Forms HarfBuzzSharp
chat SkiaSharp API Docs HarfBuzzSharp API Docs SkiaSharp Guides
Build Status Build Status

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library (skia.org). It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

SkiaSharp provides cross-platform bindings for:

  • .NET Standard 1.3
  • .NET Core
  • Tizen
  • Xamarin.Android
  • Xamarin.iOS
  • Xamarin.tvOS
  • Xamarin.watchOS
  • Xamarin.Mac
  • Windows Classic Desktop (Windows.Forms / WPF)
  • Windows UWP (Desktop / Mobile / Xbox / HoloLens)
  • Web Assembly (WASM)

The API Documentation is available on the web to browse.

Using SkiaSharp

SkiaSharp is available as a convenient NuGet package, to use install the package like this:

nuget install SkiaSharp

Because there are multiple distros of Linux, and we cannot possibly support them all, we have a separate NuGet package that will contain the supported binaries for a few distros: SkiaSharp.NativeAssets.Linux. (distros) (more info)

There is also a early access feed that you can use to get the latest and greatest, before it goes out to the public:

https://aka.ms/skiasharp-eap/index.json

Building SkiaSharp

Building SkiaSharp is mostly straight forward. The main issue is the multiple dependencies for each platform.

However, these are easy to install as they are found on the various websites. If you are just working on managed code, it is even easier as there mays to skip all the native builds.

  • To get started building, go here.
  • If you are just wanting a custom Linux build, go here

Compare Code

Here are some links to show the differences in our code as compared to Google's code.

What version are we on? m80
Are we up-to-date with Google? Compare
What have we added? Compare