documentation/docfx/releases/1.54.1.md
SkiaSharp.Views launch and native binary size reduction · Released October 12, 2016 · NuGet · GitHub Release
This release introduces the new SkiaSharp.Views and SkiaSharp.Views.Forms packages (preview), providing pre-built UI views for every supported platform with both CPU and GPU backends. Native binary sizes on Windows/UWP were reduced from over 15 MB to under 5 MB per architecture. SKMatrix moves to a property-based API and GRGlInterface gains ANGLE support.
SKMatrix is now property-based — SKMatrix fields have been replaced with get/set properties for consistency with other struct types.SKMatrix flat array support — SKMatrix can now be read from and written to as a flat array.GRGlInterface ANGLE support — Added support for creating an ANGLE interface and improved GL interface assembly.Any CPU builds. Apps still get the native files automatically. Use <ShouldIncludeNativeSkiaSharp>True</ShouldIncludeNativeSkiaSharp> to opt back in.| Contributor | What They Did |
|---|---|
| @xoofx | Identified the native binary size issue on Windows/UWP |