Aardvark.Application.WPF.GL 5.6.9

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

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
5.7.0-prerelease0052 449 2026/7/10
5.7.0-prerelease0051 442 2026/7/10
5.7.0-prerelease0050 447 2026/7/9
5.7.0-prerelease0049 448 2026/7/9
5.7.0-prerelease0048 442 2026/7/8
5.7.0-prerelease0047 445 2026/7/8
5.7.0-prerelease0046 445 2026/7/7
5.7.0-prerelease0045 442 2026/7/7
5.7.0-prerelease0044 441 2026/7/7
5.7.0-prerelease0043 448 2026/7/7
5.7.0-prerelease0042 452 2026/7/6
5.7.0-prerelease0041 452 2026/7/6
5.7.0-prerelease0040 444 2026/7/6
5.7.0-prerelease0039 439 2026/7/6
5.7.0-prerelease0038 442 2026/7/5
5.7.0-prerelease0037 447 2026/7/5
5.7.0-prerelease0036 440 2026/7/5
5.6.9 461 2026/7/27
5.6.8 451 2026/7/9
5.6.7 461 2026/7/7
Loading failed

- [GLFW] Hide the macOS dock icon by default. It appears when `Run()` is invoked, eliminating the need to explicitly set `hideCocoaMenuBar` for offscreen applications.