SkiaSharp/samples
Matthew Leibowitz 9bea7b2be3
Add support for multi-thread and/or SIMD WebAssembly (#2620)
* Add support for multi-thread wasm blazor

* Order the folder name parts (#2774)

* this

* handle the matrix of st/mt and /simd/non-simd

* Merge remote-tracking branch 'origin/main' into dev/mt-main

# Conflicts:
#	scripts/azure-templates-stages.yml

* wasm things

* Added a sample
2024-10-28 19:48:39 +08:00
..
AppStoreCertificates
Basic Add support for multi-thread and/or SIMD WebAssembly (#2620) 2024-10-28 19:48:39 +08:00
Gallery
.gitignore
Directory.Build.props Update .NET to 8.0 (#2927) 2024-07-26 00:28:28 +08:00
Directory.Build.targets
README.md
README.zip.md
_UnoPlatformSamples.targets Update .NET to 8.0 (#2927) 2024-07-26 00:28:28 +08:00

README.md

SkiaSharp Samples

This folder contains many samples to demonstrate both platforms and features. If you download this repository and want to test builds or make changes to the library, then you are in the right place.

If you want to modify the libraries and/or samples, but don't have all the machines to build all the native libraries, check out this guide to downloading the pre-built native libraries.

If you are looking to try out the samples, but are not looking to build this repository, then check out the samples.zip file on each release.

This Folder

There are 2 main types of sample apps in this folder:

  1. Basic
    Demonstrates the simplest way to use SkiaSharp on a particular platform.
  2. Gallery
    Each app contains several sample drawing to demonstrate different features of SkiaSharp.

The "AppStoreCertificates" folder just contains the keystores and certificates to build the samples. This is more fore CI so it can build Release apps, so feel free to use your own.

Basic Samples

There are several simple samples, each of which demonstrate the simplest way to use SkiaSharp on a particular platform.

Currently there are samples for all the supported platforms, and variations of frameworks on them:

  • .NET Core
  • Android
  • Docker
  • GTK (v2 and v3)
  • iOS
  • macOS
  • Tizen (Xamarin.Forms and ElmSharp)
  • tvOS
  • UWP
  • watchOS
  • Windows.Forms
  • WPF
  • Xamarin.Forms (Android, macOS, Tizen, UWP, iOS, WPF)

For more complex samples that demonstrates specific features, there is a nice gallery app for several platforms:

  • macOS
  • tvOS
  • UWP
  • Windows.Forms
  • WPF
  • Xamarin.Forms (Android, macOS, Tizen, UWP, iOS, WPF)