Aardvark.Application.WPF 5.6.6

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

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows10.0.17763 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aardvark.Application.WPF:

Package Downloads
Aardvark.Application.WPF.GL

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.7.0-prerelease0017 100 6/13/2026
5.7.0-prerelease0016 120 6/13/2026
5.7.0-prerelease0015 143 6/12/2026
5.7.0-prerelease0014 150 6/12/2026
5.7.0-prerelease0013 153 6/12/2026
5.7.0-prerelease0012 157 6/12/2026
5.7.0-prerelease0011 151 6/12/2026
5.7.0-prerelease0010 155 6/12/2026
5.7.0-prerelease0009 163 6/12/2026
5.7.0-prerelease0008 165 6/12/2026
5.7.0-prerelease0007 166 6/12/2026
5.7.0-prerelease0006 165 6/12/2026
5.7.0-prerelease0005 173 6/12/2026
5.7.0-prerelease0004 195 6/12/2026
5.7.0-prerelease0003 193 6/12/2026
5.7.0-prerelease0002 300 6/10/2026
5.7.0-prerelease0001 146 4/2/2026
5.6.6 496 5/20/2026
5.6.5 533 4/28/2026
5.6.4 170 4/2/2026
Loading failed

- [GL] Added `Context.GetDebugMessages`
- [GL] Added `Context.OnDispose`
- [GL] Represent `NullTexture` with a proper texture object instead of a texture with handle 0
- [GL] Removed warnings produced by `StreamingTexture`
- Fixed `CreateTexture` validation to require positive sizes