SkiaSharpDisplayList 1.0.0.1
dotnet add package SkiaSharpDisplayList --version 1.0.0.1
NuGet\Install-Package SkiaSharpDisplayList -Version 1.0.0.1
<PackageReference Include="SkiaSharpDisplayList" Version="1.0.0.1" />
<PackageVersion Include="SkiaSharpDisplayList" Version="1.0.0.1" />
<PackageReference Include="SkiaSharpDisplayList" />
paket add SkiaSharpDisplayList --version 1.0.0.1
#r "nuget: SkiaSharpDisplayList, 1.0.0.1"
#addin nuget:?package=SkiaSharpDisplayList&version=1.0.0.1
#tool nuget:?package=SkiaSharpDisplayList&version=1.0.0.1
A simple display list for SkiaSharp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
- SkiaSharp (>= 1.68.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
A simple display list implementation for SkiaSharp that's similar to the Adobe Flash/Starling Display List approach.
The hierarchical structure of display lists have the following benefits:
More efficient rendering and reduced memory usage
, Improved depth management
, Full traversal of the display list
, Off-list display objects
-Easier subclassing of display objects.
The current release is very rudimentary, but is probably usable for simple User Interface scenarios; with the goal being a "platform" for advanced UI and perhaps 2D games with continued optimization and feature addition.
The SkiaSharp.DisplayList package is decoupled from any platform view and only requires a valid SKCanvas each update to work its magic.