Aardvark.Application.WinForms 5.6.2

dotnet add package Aardvark.Application.WinForms --version 5.6.2
                    
NuGet\Install-Package Aardvark.Application.WinForms -Version 5.6.2
                    
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.WinForms" Version="5.6.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aardvark.Application.WinForms" Version="5.6.2" />
                    
Directory.Packages.props
<PackageReference Include="Aardvark.Application.WinForms" />
                    
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.WinForms --version 5.6.2
                    
#r "nuget: Aardvark.Application.WinForms, 5.6.2"
                    
#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.WinForms@5.6.2
                    
#: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.WinForms&version=5.6.2
                    
Install as a Cake Addin
#tool nuget:?package=Aardvark.Application.WinForms&version=5.6.2
                    
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 (5)

Showing the top 5 NuGet packages that depend on Aardvark.Application.WinForms:

Package Downloads
Aardvark.Application.WinForms.GL

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

Aardvark.Application.WPF

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

Aardvark.Application.WPF.GL

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

Aardvark.Application.WinForms.Vulkan

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

Aardvark.Rendering.Interactive

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.6.2 282 1/21/2026
5.6.1 323 1/8/2026
5.6.0 582 11/17/2025
5.6.0-prerelease0010 383 10/21/2025
5.6.0-prerelease0009 397 8/27/2025
5.6.0-prerelease0008 402 8/26/2025
5.6.0-prerelease0007 369 8/4/2025
5.6.0-prerelease0006 251 7/28/2025
5.6.0-prerelease0005 412 7/20/2025
5.6.0-prerelease0004 352 6/23/2025
5.6.0-prerelease0003 350 5/26/2025
5.6.0-prerelease0002 394 4/14/2025
5.6.0-prerelease0001 351 3/27/2025
5.5.17 792 5/6/2025
5.5.16 451 2/21/2025
5.5.15 468 2/6/2025
5.5.14 355 1/27/2025
5.5.13 621 12/10/2024
5.5.12 386 12/9/2024
5.5.11 390 12/5/2024
Loading failed

- Added support for enum types as vertex and instance attributes
- Implemented download / upload for PixImage as 3D slices
- Improved support for non-2D framebuffer outputs
- [GL] Create debug context when debug output is enabled
- [GL] Fixed issue with clearing textures with unsigned integer formats
- [Vulkan] Fixed regression with swapchain creation