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
                    
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="WebScene.Backend.Avalonia" Version="1.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebScene.Backend.Avalonia" Version="1.0.15" />
                    
Directory.Packages.props
<PackageReference Include="WebScene.Backend.Avalonia" />
                    
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 WebScene.Backend.Avalonia --version 1.0.15
                    
#r "nuget: WebScene.Backend.Avalonia, 1.0.15"
                    
#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 WebScene.Backend.Avalonia@1.0.15
                    
#: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=WebScene.Backend.Avalonia&version=1.0.15
                    
Install as a Cake Addin
#tool nuget:?package=WebScene.Backend.Avalonia&version=1.0.15
                    
Install as a Cake Tool

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:

  • NativeWebSceneRuntime validates and prewarms the native runtime.
  • NativeWebSceneView hosts an arbitrary absolute document URL.
  • NativeSceneSurface is the shared focusable Avalonia scene presenter.
  • NativeWebSceneApi exposes 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 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 (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.

Version Downloads Last Updated
1.0.15 0 8/1/2026
1.0.14 36 7/31/2026
1.0.11 42 7/30/2026
1.0.9 45 7/30/2026
1.0.8 53 7/28/2026
1.0.7 47 7/28/2026
1.0.6 54 7/27/2026
1.0.5 54 7/27/2026
1.0.2 56 7/27/2026
1.0.1 55 7/27/2026
1.0.0 53 7/27/2026

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.