![]() |
VOOZH | about |
dotnet add package Aardworx.AsyncPrimitives --version 1.2.6
NuGet\Install-Package Aardworx.AsyncPrimitives -Version 1.2.6
<PackageReference Include="Aardworx.AsyncPrimitives" Version="1.2.6" />
<PackageVersion Include="Aardworx.AsyncPrimitives" Version="1.2.6" />Directory.Packages.props
<PackageReference Include="Aardworx.AsyncPrimitives" />Project file
paket add Aardworx.AsyncPrimitives --version 1.2.6
#r "nuget: Aardworx.AsyncPrimitives, 1.2.6"
#:package Aardworx.AsyncPrimitives@1.2.6
#addin nuget:?package=Aardworx.AsyncPrimitives&version=1.2.6Install as a Cake Addin
#tool nuget:?package=Aardworx.AsyncPrimitives&version=1.2.6Install as a Cake Tool
WebAssembly libraries for Aardvark
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 1 NuGet packages that depend on Aardworx.AsyncPrimitives:
| Package | Downloads |
|---|---|
|
Aardworx.WebAssembly
WebXR utilities for Aardvark |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.8 | 257 | 5/20/2026 |
| 1.2.7 | 281 | 5/18/2026 |
| 1.2.6 | 287 | 4/28/2026 |
| 1.2.5 | 262 | 4/26/2026 |
| 1.2.4 | 261 | 4/26/2026 |
| 1.2.3 | 266 | 4/26/2026 |
| 1.2.2 | 255 | 4/26/2026 |
| 1.2.1 | 242 | 4/25/2026 |
| 1.2.0 | 265 | 4/25/2026 |
| 1.1.14 | 473 | 11/6/2025 |
| 1.1.13 | 392 | 10/22/2025 |
| 1.1.12 | 397 | 10/16/2025 |
| 1.1.11 | 391 | 2/22/2025 |
| 1.1.10 | 425 | 10/21/2024 |
| 1.1.9 | 437 | 10/19/2024 |
| 1.1.8 | 400 | 10/1/2024 |
| 1.1.7 | 404 | 5/13/2024 |
| 1.1.6 | 392 | 9/27/2023 |
| 1.1.5 | 446 | 9/27/2023 |
| 1.1.4 | 384 | 9/25/2023 |
picked up Aardvark.Dom 1.1.7 (MSAA picking, per-object snap radius, plain-float pick encoding). Validated end-to-end on WebGL — desktop GL and iOS Safari both pick correctly with `Samples 4`.
`IRuntime.ReadPixels` PBO path was sizing the scratch PBO via `img.Array.Length` (element count) instead of bytes — broke for any non-byte format. Aardvark.Dom's pick reads `Rgba32f` 33×33 = 17,424 bytes; old code allocated a 4,356-byte PBO and `glReadPixels` errored with `INVALID_OPERATION: readPixels: buffer is not large enough for dimensions`. Fixed to `System.Buffer.ByteLength(img.Array)`.
`IRuntime.Clear` color-attachment dispatch was 2-way (float / signed-int — both routed through `glClearBufferfv` / `glClearBufferiv`). WebGL is strict about clear-value vs attachment signedness, so any clear of an unsigned-integer color attachment threw `GL_INVALID_OPERATION: glClearBufferiv: No defined conversion between clear value and attachment format`. Made it a 3-way `Choice` (float / signed-int / unsigned-int) selecting the matching `glClearBufferfv` / `glClearBufferiv` / `glClearBufferuiv` call based on `TextureFormat.isIntegerFormat` + `TextureFormat.isSigned`.
added `R/Rg/Rgb/Rgba 32ui` to `Pixelbuffer.toPixelFormatAndType` (mapping `RedInteger`…`RgbaInteger` + `UnsignedInt`) and `R/Rg/Rgb/Rgba 32i` + `32ui` rows to `TextureFormatVisitor` so `PixImage<int32>` / `PixImage<uint32>` can be allocated for downloads of those formats.
corrected unsigned-integer attachment shader-output type-mapping in `Shader.fs`: `Rgba32ui`/`Rgba16ui`/`Rgba8ui`/`Rgb32ui`/`Rgb16ui`/`Rgb8ui` now map to `typeof<V4ui>`/`typeof<V3ui>` (was `typeof<V4i>` / `typeof<V3i>`), so FShade emits `out uvec4` matching the actual buffer format. WebGL rejects `out ivec4 → unsigned-integer attachment` mismatches.
updated `Examples/Dom`: replaced the orbit playground with a three-teapot pixel-snap demo (Red/Green/Blue at radii 0/8/16). Tap a teapot to plant a yellow arrow along the surface normal. Blue uses mode B (`PickViewPosition`) to exercise the FinalB pick path on WebGL. Bound the dev server to `0.0.0.0` so the demo is reachable from a phone over Tailscale/LAN.