WebScene.Backend.Avalonia
1.0.15
dotnet add package WebScene.Backend.Avalonia --version 1.0.15
NuGet\Install-Package WebScene.Backend.Avalonia -Version 1.0.15
<PackageReference Include="WebScene.Backend.Avalonia" Version="1.0.15" />
<PackageVersion Include="WebScene.Backend.Avalonia" Version="1.0.15" />
<PackageReference Include="WebScene.Backend.Avalonia" />
paket add WebScene.Backend.Avalonia --version 1.0.15
#r "nuget: WebScene.Backend.Avalonia, 1.0.15"
#:package WebScene.Backend.Avalonia@1.0.15
#addin nuget:?package=WebScene.Backend.Avalonia&version=1.0.15
#tool nuget:?package=WebScene.Backend.Avalonia&version=1.0.15
WebScene.Backend.Avalonia
The complete Avalonia backend for WebScene. It owns Avalonia visual projection, native layout integration, Canvas/SVG replay, input, focus, text/image services, clipboard, window lifecycle, OpenGL surfaces, frame scheduling, and headless composition.
Applications reference this package directly. The implementation currently retains
the established JavaScript.Avalonia CLR namespace, but there is no separate
JavaScript.Avalonia package or assembly.
The package also owns the ABI 3 native presentation host under
WebScene.Backends.Avalonia.Native:
NativeWebSceneRuntimevalidates and prewarms the native runtime.NativeWebSceneViewhosts an arbitrary absolute document URL.NativeSceneSurfaceis the shared focusable Avalonia scene presenter.NativeWebSceneApiexposes the low-level engine operations needed by advanced component integrations.
Applications should not copy the scene renderer. Keeping SVG, shaped text, clipping, input, cursor, animation-frame, and resize projection here ensures every native WebScene consumer uses the same implementation.
Native scene publication uses a lock-free mailbox consumed on Avalonia's compositor clock. Ordinary scene traffic does not enter the UI dispatcher; a single coalesced UI-to-compositor wake is retained only for first presentation and cooperative live resize, where a platform nested event loop can suspend normal animation callbacks.
| Product | Versions 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. |
-
net10.0
- AngleSharp (>= 1.5.2)
- AngleSharp.Css (>= 1.0.0)
- Avalonia (>= 11.3.4)
- Avalonia.Skia (>= 11.3.4)
- SkiaSharp (>= 2.88.9)
- SkiaSharp.HarfBuzz (>= 2.88.9)
- Svg.Skia (>= 3.4.1)
- WebScene.Backend.Abstractions (>= 1.0.15)
- WebScene.Core (>= 1.0.15)
- WebScene.Css (>= 1.0.15)
- WebScene.Dom (>= 1.0.15)
- WebScene.Graphics (>= 1.0.15)
- WebScene.JavaScript (>= 1.0.15)
- WebScene.JavaScript.Interop (>= 1.0.15)
-
net8.0
- AngleSharp (>= 1.5.2)
- AngleSharp.Css (>= 1.0.0)
- Avalonia (>= 11.3.4)
- Avalonia.Skia (>= 11.3.4)
- SkiaSharp (>= 2.88.9)
- SkiaSharp.HarfBuzz (>= 2.88.9)
- Svg.Skia (>= 3.4.1)
- WebScene.Backend.Abstractions (>= 1.0.15)
- WebScene.Core (>= 1.0.15)
- WebScene.Css (>= 1.0.15)
- WebScene.Dom (>= 1.0.15)
- WebScene.Graphics (>= 1.0.15)
- WebScene.JavaScript (>= 1.0.15)
- WebScene.JavaScript.Interop (>= 1.0.15)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WebScene.Backend.Avalonia:
| Package | Downloads |
|---|---|
|
WebScene.Sdk.Avalonia
Avalonia control host for packaged WebScene React and TypeScript components. |
|
|
WebScene
WebScene's Avalonia-native component runtime and HTML-like authoring layer for React, TypeScript, JavaScript, DOM, CSS, Canvas, and SVG without a WebView or embedded browser. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Improves multi-chart native runtime scheduling, demand-driven rendering, shared-isolate lifecycle management, and event-driven native callback notifications that eliminate managed interop polling; ships V8 15.3.10 with PartitionAlloc across macOS, Linux, and Windows.