Aardvark.Embree
0.4.1
See the version list below for details.
dotnet add package Aardvark.Embree --version 0.4.1
NuGet\Install-Package Aardvark.Embree -Version 0.4.1
<PackageReference Include="Aardvark.Embree" Version="0.4.1" />
<PackageVersion Include="Aardvark.Embree" Version="0.4.1" />
<PackageReference Include="Aardvark.Embree" />
paket add Aardvark.Embree --version 0.4.1
#r "nuget: Aardvark.Embree, 0.4.1"
#:package Aardvark.Embree@0.4.1
#addin nuget:?package=Aardvark.Embree&version=0.4.1
#tool nuget:?package=Aardvark.Embree&version=0.4.1
Aardvark.Embree
| 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 (>= 5.3.19 && < 5.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aardvark.Embree:
| Package | Downloads |
|---|---|
|
Uncodium.Geometry.TriangleSet
High-performance triangle set data structure with BVH spatial acceleration for ray tracing, collision detection, and spatial analysis. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.4.2 | 230 | 2/4/2026 |
| 0.4.1 | 165 | 2/2/2026 |
| 0.4.0 | 226 | 1/29/2026 |
| 0.4.0-prerelease0001 | 194 | 1/28/2026 |
| 0.3.7 | 298 | 9/27/2025 |
| 0.3.6 | 208 | 9/27/2025 |
| 0.3.5 | 323 | 9/26/2025 |
| 0.3.4 | 509 | 9/24/2025 |
| 0.3.3 | 266 | 9/23/2025 |
| 0.3.2 | 460 | 8/7/2024 |
| 0.3.2-prerelease0001 | 224 | 7/30/2024 |
| 0.3.1 | 1,005 | 7/22/2022 |
| 0.3.0 | 778 | 3/8/2022 |
| 0.2.0 | 700 | 2/10/2021 |
| 0.1.0 | 629 | 1/19/2021 |
- harden native callback lifetimes by retaining delegates on Device
- validate update buffer sizes for geometry update APIs
- fix motion blur and subdivision crease buffer ownership to prevent leaks
- restrict GetClosestPoint to TriangleGeometry and clarify behavior
- add tests covering new validation and error paths
- add debugging methodology doc referenced by diagnostics
- add explicit disposed checks for collision helpers