Aardvark.Application.WinForms 5.7.0-prerelease0037

This is a prerelease version of Aardvark.Application.WinForms.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Aardvark.Application.WinForms --version 5.7.0-prerelease0037
                    
NuGet\Install-Package Aardvark.Application.WinForms -Version 5.7.0-prerelease0037
                    
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.7.0-prerelease0037" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aardvark.Application.WinForms" Version="5.7.0-prerelease0037" />
                    
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.7.0-prerelease0037
                    
#r "nuget: Aardvark.Application.WinForms, 5.7.0-prerelease0037"
                    
#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.7.0-prerelease0037
                    
#: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.7.0-prerelease0037&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Aardvark.Application.WinForms&version=5.7.0-prerelease0037&prerelease
                    
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.7.0-prerelease0052 632 7/10/2026
5.7.0-prerelease0051 617 7/10/2026
5.7.0-prerelease0050 613 7/9/2026
5.7.0-prerelease0049 618 7/9/2026
5.7.0-prerelease0048 613 7/8/2026
5.7.0-prerelease0047 627 7/8/2026
5.7.0-prerelease0046 606 7/7/2026
5.7.0-prerelease0045 617 7/7/2026
5.7.0-prerelease0044 607 7/7/2026
5.7.0-prerelease0043 628 7/7/2026
5.7.0-prerelease0042 624 7/6/2026
5.7.0-prerelease0041 621 7/6/2026
5.7.0-prerelease0040 609 7/6/2026
5.7.0-prerelease0039 623 7/6/2026
5.7.0-prerelease0038 614 7/5/2026
5.7.0-prerelease0037 607 7/5/2026
5.7.0-prerelease0036 607 7/5/2026
5.6.9 660 7/27/2026
5.6.8 690 7/9/2026
5.6.7 621 7/7/2026
Loading failed

- [Sg] Heap: bulk-upload fix — derive OUTPUT regions (GPU-written, never staged) punched a hole into every part's staged range, so a bulk arena flush degenerated into one Write call per part (~60us each; 68 s for 1.5 GB at 700k parts). Ranges now merge across small gaps (staging is the authoritative mirror, so gap bytes are harmless): 300k Write calls -> 1, upload 26x faster, first-frame ingest at 700k parts ~99 s -> ~33 s. Render times unchanged.