Aardvark.Application.WinForms.GL 5.6.0-prerelease0010

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

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

Package Downloads
Aardvark.Application.WPF.GL

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.

Aardvark.ImmutableSceneGraph

immutable scene graph

Aardvark.Opc

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-prerelease0001 126 4/2/2026
5.6.4 135 4/2/2026
5.6.3 145 3/19/2026
5.6.2 213 1/21/2026
5.6.1 244 1/8/2026
5.6.0 564 11/17/2025
5.6.0-prerelease0010 279 10/21/2025
5.6.0-prerelease0009 298 8/27/2025
5.6.0-prerelease0008 291 8/26/2025
5.6.0-prerelease0007 253 8/4/2025
5.6.0-prerelease0006 205 7/28/2025
5.6.0-prerelease0005 322 7/20/2025
5.6.0-prerelease0004 240 6/23/2025
5.6.0-prerelease0003 245 5/26/2025
5.6.0-prerelease0002 322 4/14/2025
5.6.0-prerelease0001 245 3/27/2025
5.5.17 772 5/6/2025
5.5.16 341 2/21/2025
5.5.15 348 2/6/2025
5.5.14 264 1/27/2025
Loading failed

- Changed `DrawCalls.Direct` from list to array
- Reworked `BufferView` constructors
- Reworked `TexureParams` as enum and improved documentation
- Added size and format validation for `PixTexture2d` and `PixTextureCube`
- Added offset parameter for indirect buffers
- Added framebuffer clear extensions
- Added support for dynamic viewport and scissor
- Added `discardOnResize` parameter for AdaptiveBuffer
- Added support for color-based vertex attributes
- Added Aardvark.Rendering.ImGui
- [Raytracing] Reworked `GeometryMode`
- [Raytracing] Added comments and overloads for geometry-related types
- [Sg] Fixed automatic computation of `FaceVertexCount`
- [Sg] Added `Sg.indirectDraw'`
- [Vulkan] Fixed interleaved attributes
- [Vulkan] Improved detection of debug printf messages
- [Vulkan] Disabled render task recompilation message for `DebugLevel.Normal`
- [Vulkan] Fixed computation of shader file cache name
- [GL] Deleted old render task implementation
- [GL] Fixed handling of nested runtime commands
- [GL] Fixed `AbstractRenderTask.HookRenderObject` with render commands