CI to build skia tarball for skiasharp package with all dependencies
Find a file
Matthew Leibowitz 04ff977ac0
Implemented SKGLView (#2598)
- Mac Catalyst does not support OpenGL and will need a
  new Metal-based view
- Tizen needs the support in the native view
2024-02-04 13:32:21 +02:00
.config Add an argument for device OS version (#2558) 2023-08-17 23:03:55 +08:00
.devcontainer Set up dev containers (#2605) 2023-09-15 02:08:48 +02:00
.github Add YAML issue templates (#2571) 2023-08-20 00:47:36 +02:00
.vscode Set up dev containers (#2605) 2023-09-15 02:08:48 +02:00
benchmarks Modernize the repository and prepare SkiaSharp 3.0 (#2505) 2023-07-30 23:49:57 +08:00
binding Add support for WinUI accelerated views (#2733) 2024-02-03 18:25:18 +08:00
changelogs Update changelogs (#2706) 2024-01-11 22:07:46 +08:00
docs@726b6ce666 Update docs (#2597) 2023-09-05 00:49:23 +02:00
externals Add support for WinUI accelerated views (#2733) 2024-02-03 18:25:18 +08: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 Add support for WinUI accelerated views (#2733) 2024-02-03 18:25:18 +08:00
samples Implemented SKGLView (#2598) 2024-02-04 13:32:21 +02:00
scripts Split the packaging job (#2737) 2024-02-03 19:31:33 +02:00
source Implemented SKGLView (#2598) 2024-02-04 13:32:21 +02:00
tests Revert the libjpeg-turbo update and roll back to 2.1.5.1 (#2699) 2024-01-10 11:28:49 +02:00
utils Update skia and regenerated the C# pinvokes 2023-08-17 17:24:04 +02:00
.editorconfig Add WASM Support for Uno Platform (#1333) 2020-07-21 03:22:38 +02:00
.gitattributes Add a .gitattributes for the bash scripts 2018-07-20 00:00:19 +02:00
.gitignore Modernize the repository and prepare SkiaSharp 3.0 (#2505) 2023-07-30 23:49:57 +08:00
.gitmodules Remove the externals/harfbuzz submodule (#1599) 2021-02-01 23:13:44 +02:00
build.cake Add support for WinUI accelerated views (#2733) 2024-02-03 18:25:18 +08:00
build.ps1 Modernize the repository and prepare SkiaSharp 3.0 (#2505) 2023-07-30 23:49:57 +08:00
build.sh Modernize the repository and prepare SkiaSharp 3.0 (#2505) 2023-07-30 23:49:57 +08:00
cgmanifest.json Add $schema to cgmanifest.json (#2232) 2023-06-07 23:12:27 +02:00
CODE-OF-CONDUCT.md Link Code of Conduct (#1216) 2020-04-08 11:00:42 +02:00
External-Dependency-Info.txt Added the licensing information to the nugets 2018-02-23 04:19:30 +02:00
LICENSE.md updated the license 2018-02-23 04:20:37 +02:00
LICENSE.txt Moving more work into MSBuild 2018-03-20 05:01:37 +02:00
nuget.config Modernize the repository and prepare SkiaSharp 3.0 (#2505) 2023-07-30 23:49:57 +08:00
README.md Update README.md (#2627) 2023-09-22 17:01:19 +02:00

SkiaSharp

SkiaSharp HarfBuzzSharp

SkiaSharp.Views SkiaSharp.Views.Maui.Controls SkiaSharp.Views.Uno

discord 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
  • macOS
  • Mac Catalyst
  • WinUI 3 (Windows App SDK / Uno Platform)
  • Windows Classic Desktop (Windows.Forms / WPF)
  • Web Assembly (WASM)
  • Uno Platform (iOS / macOS / Android / WebAssembly)

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