VelloSharp.WinUI (preview)
VelloSharp.WinUI introduces VelloSwapChainControl, a WinUI 3 SwapChainPanel that renders Vello scenes through the shared GPU presenter. The control exposes dependency properties for backend selection (PreferredBackend), render loop selection (RenderLoopDriver/RenderMode), and diagnostics (Diagnostics, DiagnosticsChanged).
Key features:
- Runs on
net8.0-windows10.0.19041with Windows App SDK 1.5. - Reuses
VelloSharp.Windows.Sharedpresenters, diagnostics, and surface abstractions. - Ships with
samples/WinUIVelloGallery, showcasing animated rendering and an overlay fed byVelloSwapChainRenderEventArgs.
Refer to WinUI – Getting Started for integration steps and code snippets.