Aprillz.MewUI.Skia 0.16.0

dotnet add package Aprillz.MewUI.Skia --version 0.16.0
                    
NuGet\Install-Package Aprillz.MewUI.Skia -Version 0.16.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aprillz.MewUI.Skia" Version="0.16.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aprillz.MewUI.Skia" Version="0.16.0" />
                    
Directory.Packages.props
<PackageReference Include="Aprillz.MewUI.Skia" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aprillz.MewUI.Skia --version 0.16.0
                    
#r "nuget: Aprillz.MewUI.Skia, 0.16.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Aprillz.MewUI.Skia@0.16.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aprillz.MewUI.Skia&version=0.16.0
                    
Install as a Cake Addin
#tool nuget:?package=Aprillz.MewUI.Skia&version=0.16.0
                    
Install as a Cake Tool

Aprillz.MewUI.Skia

Skia rendering integration for MewUI: a SkiaCanvasView control plus the ISkiaInteropProvider registry. Ships a CPU-upload fallback that works on any backend; install a matching interop package below for a zero-copy GPU path.

var canvas = new SkiaCanvasView(surface => { /* draw with SkiaSharp */ });

Zero-copy GPU bridges (interop packages)

Add the one matching your rendering backend, then activate it at startup:

Package Backend Activate
Aprillz.MewUI.Skia.Interop.Direct2D Direct2D SkiaDirect2DInterop.Use()
Aprillz.MewUI.Skia.Interop.Gdi GDI SkiaGdiInterop.Register()
Aprillz.MewUI.Skia.Interop.MewVG.Win32 MewVG / Win32 SkiaMewVGWin32Interop.Use()
Aprillz.MewUI.Skia.Interop.MewVG.X11 MewVG / X11 SkiaMewVGX11Interop.Use()
Aprillz.MewUI.Skia.Interop.MewVG.MacOS MewVG / macOS SkiaMewVGMacOSInterop.Use()

Without an interop package, Skia content still renders via the CPU upload fallback.

Repo: https://github.com/aprillz/MewUI

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Aprillz.MewUI.Skia:

Package Downloads
Aprillz.MewUI.Skia.Interop.MewVG.X11

Zero-copy GPU bridge between Aprillz.MewUI.Skia and the MewVG.X11 backend. Activate at startup with SkiaMewVGX11Interop.Use().

Aprillz.MewUI.Skia.MacOS

MewUI Skia metapackage for macOS - includes Skia CPU fallback plus MewVG Metal interop.

Aprillz.MewUI.Skia.Interop.Gdi

Zero-copy bridge between Aprillz.MewUI.Skia and the GDI backend. Skia paints directly into a shared DIB section so GDI BitBlt consumes the bits without a per-frame copy. Activate at startup with SkiaGdiInterop.Register().

Aprillz.MewUI.Skia.Interop.MewVG.MacOS

Zero-copy GPU bridge between Aprillz.MewUI.Skia and the MewVG.MacOS backend. Activate at startup with SkiaMewVGMacOSInterop.Use().

Aprillz.MewUI.Skia.Interop.MewVG.Win32

Zero-copy GPU bridge between Aprillz.MewUI.Skia and the MewVG.Win32 backend. Activate at startup with SkiaMewVGWin32Interop.Use().

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.16.0 121 6/15/2026