Ab4d.SharpEngine.AvaloniaUI 2.0.8953-rc1

This is a prerelease version of Ab4d.SharpEngine.AvaloniaUI.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Ab4d.SharpEngine.AvaloniaUI --version 2.0.8953-rc1
                    
NuGet\Install-Package Ab4d.SharpEngine.AvaloniaUI -Version 2.0.8953-rc1
                    
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="Ab4d.SharpEngine.AvaloniaUI" Version="2.0.8953-rc1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ab4d.SharpEngine.AvaloniaUI" Version="2.0.8953-rc1" />
                    
Directory.Packages.props
<PackageReference Include="Ab4d.SharpEngine.AvaloniaUI" />
                    
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 Ab4d.SharpEngine.AvaloniaUI --version 2.0.8953-rc1
                    
#r "nuget: Ab4d.SharpEngine.AvaloniaUI, 2.0.8953-rc1"
                    
#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 Ab4d.SharpEngine.AvaloniaUI@2.0.8953-rc1
                    
#: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=Ab4d.SharpEngine.AvaloniaUI&version=2.0.8953-rc1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Ab4d.SharpEngine.AvaloniaUI&version=2.0.8953-rc1&prerelease
                    
Install as a Cake Tool

Ab4d.SharpEngine.AvaloniaUI

Ab4d.SharpEngine.AvaloniaUI defines controls that can show 3D scene rendered by Ab4d.SharpEngine rendering engine in Avalonia UI application.

See the Ab4d.SharpEngine.Samples on GitHub for a sample on how to use the library.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.2.9386 153 9/12/2025
3.2.9377-beta2 158 9/2/2025
3.2.9364-beta 154 8/21/2025
3.1.9316 241 7/7/2025
3.1.9300-rc3 168 6/18/2025
3.1.9299-rc2 140 6/17/2025
3.1.9287-rc1 160 6/5/2025
3.0.9208 359 3/19/2025
3.0.9196 273 3/6/2025
3.0.9195-rc4 239 3/5/2025
3.0.9175-rc3 141 2/13/2025
3.0.9173-rc2 112 2/11/2025
3.0.9169-rc1 130 2/7/2025
2.1.9118-beta2 144 12/19/2024
2.1.9028-beta1 151 9/20/2024
2.0.8990 458 8/13/2024
2.0.8957-rc1 136 7/9/2024
2.0.8956 450 7/9/2024
2.0.8953-rc1 150 7/4/2024
2.0.8951 188 7/4/2024
2.0.8941-rc2 160 6/24/2024
2.0.8936-rc1 149 6/19/2024
1.0.8740 747 12/7/2023
0.9.20-rc1 189 11/15/2023
0.9.18-beta6 204 10/20/2023
0.9.16-beta5 185 9/15/2023
0.9.15-beta4 181 8/23/2023
0.9.14-beta3 193 8/4/2023
0.9.13-beta3 1,017 7/11/2023
0.9.12-beta3 196 7/6/2023
0.9.11-beta3 202 5/11/2023
0.9.10-beta3 182 5/10/2023
0.9.8-beta2 225 4/16/2023
0.9.0-beta1 234 12/14/2022

This version is the same as Ab4d.SharpEngine.AvaloniaUI v2.0.8951 except that it requires Avalonia v11.1 (currently in RC2 version).
   This allows using Vulkan backend so that the whole Avalonia application is using Vulkan.
   When an official version of Avalonia v11.1 will be released, then an official Ab4d.SharpEngine.AvaloniaUI will be also released.
   To test this version, start the Ab4d.SharpEngine.Samples.AvaloniaUI.VulkanBackend solution in the SharpEngine samples.