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 44f3c84e0d
Try build without manually installing .NET Core (#1956)
2022-02-17 01:19:42 +02:00
.config Switch to .NET Tool version of Cake (#1793) 2021-09-04 00:16:26 +02:00
.github Update to reflect the new branch name 2021-02-05 10:40:17 +02:00
benchmarks Performance Improvements (#1277) 2020-05-10 16:56:12 +02:00
binding Update maui to Preview 12 (#1932) 2022-01-27 01:44:17 +02:00
cake Force a single CPU on macOS/Linux (#1944) 2022-02-03 00:55:13 +02:00
changelogs Merge remote-tracking branch 'origin/develop' 2021-07-12 03:02:54 +02:00
docs@c74cd3c525 Update .NET 6 (#1740) 2021-07-12 03:02:22 +02:00
externals Add some of the new APIs (#1828) 2021-10-14 07:13:23 +02:00
images Add net6.0-* for the binding projects (#1707) 2021-06-16 08:23:56 +02:00
interactive Split SkiaSharp package into smaller "Native Asset" packages (#1758) 2021-08-06 02:09:17 +02:00
native Merge remote-tracking branch 'origin/patch/v2.80.4' 2021-09-14 01:20:17 +02:00
nuget Support ASP.NET Blazor Web Assembly Components (#1811) 2021-10-11 11:08:38 +02:00
samples Update maui to Preview 12 (#1932) 2022-01-27 01:44:17 +02:00
scripts Try build without manually installing .NET Core (#1956) 2022-02-17 01:19:42 +02:00
source Update maui to Preview 12 (#1932) 2022-01-27 01:44:17 +02:00
tests Never dispose the native statics (#1863) 2021-11-15 21:24:13 +02:00
utils Update maui to Preview 12 (#1932) 2022-01-27 01:44:17 +02:00
.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 Remove the externals/harfbuzz submodule (#1599) 2021-02-01 23:13:44 +02:00
CODE-OF-CONDUCT.md Link Code of Conduct (#1216) 2020-04-08 11:00:42 +02:00
External-Dependency-Info.txt
LICENSE.md
LICENSE.txt
README.md Add Mac Catalyst support (#1760) 2021-08-08 23:28:10 +02:00
SignList.xml ANGLE now has another output zlib1.dll (#1807) 2021-09-14 01:15:41 +02:00
VERSIONS.txt Update maui to Preview 12 (#1932) 2022-01-27 01:44:17 +02:00
bootstrapper.ps1 Switch to .NET Tool version of Cake (#1793) 2021-09-04 00:16:26 +02:00
bootstrapper.sh Switch to .NET Tool version of Cake (#1793) 2021-09-04 00:16:26 +02:00
build.cake Never dispose the native statics (#1863) 2021-11-15 21:24:13 +02:00
cgmanifest.json
mono.pub
mono.snk
nuget.config Try this again (#1843) 2021-11-06 00:16:23 +02:00

README.md

SkiaSharp

SkiaSharp SkiaSharp.Views SkiaSharp.Views.Forms HarfBuzzSharp SkiaSharp.Views.Uno 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
  • .NET 6
  • Tizen
  • Android
  • iOS
  • tvOS
  • watchOS
  • macOS
  • Mac Catalyst
  • Windows Classic Desktop (Windows.Forms / WPF)
  • Windows UWP (Desktop / Mobile / Xbox / HoloLens)
  • Web Assembly (WASM)
  • Uno Platform (iOS / macOS / Android / WebAssembly / UWP)

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? m88
Are we up-to-date with Google? Compare
What have we added? Compare