Skip to content

SkiaSharp fork for the Uno Platform and WebAssembly. Skia 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.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

unoplatform/Uno.SkiaSharp

This branch is 132 commits ahead of, 687 commits behind mono/SkiaSharp:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0783f4f · Aug 13, 2021
Dec 3, 2019
May 10, 2020
Jan 13, 2021
Jun 11, 2020
Jun 11, 2020
Jun 11, 2020
Aug 15, 2020
Jun 3, 2020
May 19, 2020
Jun 10, 2020
Dec 4, 2020
Jun 8, 2020
Sep 1, 2020
Jun 10, 2020
Apr 7, 2020
Feb 27, 2020
May 29, 2018
Jun 26, 2019
Jul 19, 2018
Jun 9, 2020
Sep 28, 2019
Oct 2, 2019
Apr 29, 2020
Aug 15, 2020
Jan 13, 2021
Aug 15, 2020
Apr 8, 2020
Feb 23, 2018
Feb 23, 2018
Mar 20, 2018
Aug 13, 2021
Jun 5, 2020
May 24, 2019
May 24, 2019
Oct 2, 2019
May 16, 2020
Jan 15, 2020
Apr 30, 2020
Aug 11, 2016
Aug 11, 2016

This repository is now in legacy mode and its features have been merged into the official SkiaSharp repository

SkiaSharp for WebAssembly

SkiaSharp for WebAssembly is a SkiaSharp port that runs on top of the Uno Platform, using modified CanvasKit for WebAssembly.

Note that Uno support for SkiaSharp is now part of the official SkiaSharp repository.

This repository provides two packages:

  • Uno.SkiaSharp.Wasm, which provides basic SkiaSharp functionality
  • Uno.SkiaSharp.Views which provides the SKXamlCanvas control which enables software rendering support for iOS, Android and WebAssembly.

Requirements

You can use this sample as a barebones project to experiment with SkiaSharp.

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)

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

About

SkiaSharp fork for the Uno Platform and WebAssembly. Skia 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.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
LICENSE.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 95.0%
  • C 2.3%
  • PowerShell 1.1%
  • Makefile 0.5%
  • Shell 0.5%
  • TypeScript 0.3%
  • Other 0.3%