Aardvark.Base.Runtime
5.3.28-prerelease0001
dotnet add package Aardvark.Base.Runtime --version 5.3.28-prerelease0001
NuGet\Install-Package Aardvark.Base.Runtime -Version 5.3.28-prerelease0001
<PackageReference Include="Aardvark.Base.Runtime" Version="5.3.28-prerelease0001" />
<PackageVersion Include="Aardvark.Base.Runtime" Version="5.3.28-prerelease0001" />
<PackageReference Include="Aardvark.Base.Runtime" />
paket add Aardvark.Base.Runtime --version 5.3.28-prerelease0001
#r "nuget: Aardvark.Base.Runtime, 5.3.28-prerelease0001"
#:package Aardvark.Base.Runtime@5.3.28-prerelease0001
#addin nuget:?package=Aardvark.Base.Runtime&version=5.3.28-prerelease0001&prerelease
#tool nuget:?package=Aardvark.Base.Runtime&version=5.3.28-prerelease0001&prerelease
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Aardvark.Base.FSharp (= 5.3.28-prerelease0001)
- Aardvark.Base.Incremental (= 5.3.28-prerelease0001)
- Aardvark.Base.TypeProviders (>= 4.5.15 && < 4.6.0)
- FSharp.Core (>= 8.0.300)
- FSharp.Data.Adaptive (>= 1.2.15 && < 1.3.0)
- FsPickler (>= 5.3.2 && < 5.4.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aardvark.Base.Runtime:
| Package | Downloads |
|---|---|
|
Aardvark.Rendering.Interactive
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
Aardvark.Rendering.NanoVg
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.3.28-prerelease0001 | 451 | 2026/8/16 |
| 5.3.27 | 487 | 2026/7/29 |
| 5.3.26 | 463 | 2026/7/13 |
| 5.3.25 | 474 | 2026/7/1 |
| 5.3.24 | 422 | 2026/6/1 |
| 5.3.23 | 485 | 2026/4/28 |
| 5.3.22 | 128 | 2026/4/27 |
| 5.3.21 | 200 | 2026/1/14 |
| 5.3.20 | 524 | 2025/12/9 |
| 5.3.19 | 288 | 2025/10/16 |
| 5.3.18 | 261 | 2025/10/8 |
| 5.3.17 | 276 | 2025/9/10 |
| 5.3.16 | 276 | 2025/9/8 |
| 5.3.15 | 282 | 2025/8/14 |
| 5.3.14 | 292 | 2025/6/23 |
| 5.3.13 | 251 | 2025/6/4 |
| 5.3.12 | 384 | 2025/5/15 |
| 5.3.11 | 271 | 2025/5/8 |
| 5.3.10 | 299 | 2025/4/30 |
| 5.3.9 | 330 | 2025/4/14 |
- [Base] Corrected ray projection and closest-distance parameters for non-unit, degenerate, and extreme finite directions
- [Geometry] Added attributed `PolyRegion` boolean operations and triangulation with explicit interpolation
- [Tensors] Added built-in exact area-weighted `SuperSample` image downscaling
- [Tests] Benchmarked ray-distance, plane/polygon clipping, and flag-returning `FastRay` overloads
- [Base] Added allocation-free 2D/3D line-segment clipping against plane half-spaces with robust extreme finite normals
- [Base] Fixed duplicate, stale, cross-query, and foreign-assembly introspection method-cache results
- [Base] Corrected DenseGraph minimum-spanning trees and single-edge traversal accounting
- [Base] Fixed enumerable combined hash codes to match ordered array semantics
- [Base] Fixed tolerant convex polygon line clipping for extreme finite edges and removed per-call allocations
- [Base] Fixed `FastRay` closed box intersections and accumulated all tied face flags for corner and point-box hits
- [Base] Replaced biased randomization with allocation-free Fisher-Yates shuffling
- [Base] Fixed `SampleGrid2d.SampleRegular` region callback Y endpoints
- [Base] Made `LruCache` eviction bookkeeping exception-safe when cleanup callbacks throw
- [Base] Hardened weighted interpolation array writes and single-pass weight enumeration
- [Base] Hardened `ShortestPath<T>` asynchronous replacement, cancellation, and lock-free result snapshot publication
- [Essentials] Hardened `Awaitable<T>` concurrent completion, waiting, and subscription semantics