FShade 5.7.14
dotnet add package FShade --version 5.7.14
NuGet\Install-Package FShade -Version 5.7.14
<PackageReference Include="FShade" Version="5.7.14" />
<PackageVersion Include="FShade" Version="5.7.14" />
<PackageReference Include="FShade" />
paket add FShade --version 5.7.14
#r "nuget: FShade, 5.7.14"
#:package FShade@5.7.14
#addin nuget:?package=FShade&version=5.7.14
#tool nuget:?package=FShade&version=5.7.14
F# embedded shaders
Learn more about Target Frameworks and .NET Standard.
-
- FShade.Core (= 5.7.14)
- FShade.GLSL (= 5.7.14)
- FShade.Imperative (= 5.7.14)
- FShade.SpirV (= 5.7.14)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on FShade:
| Package | Downloads |
|---|---|
|
Aardvark.Rendering.GL
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
Aardvark.Rendering.Vulkan
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
Aardvark.Application.Slim
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
Aardvark.Application.Slim.GL
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
Aardvark.Application.Slim.Vulkan
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.14 | 59 | 6/30/2026 |
| 5.7.13 | 46 | 6/30/2026 |
| 5.7.12 | 741 | 6/29/2026 |
| 5.7.11 | 2,904 | 6/23/2026 |
| 5.7.10 | 103 | 6/23/2026 |
| 5.7.9 | 11,403 | 5/27/2026 |
| 5.7.8 | 164 | 5/25/2026 |
| 5.7.7 | 156 | 5/24/2026 |
| 5.7.6 | 157 | 5/24/2026 |
| 5.7.5 | 217 | 5/13/2026 |
| 5.7.4 | 361 | 4/27/2026 |
| 5.7.3 | 2,462 | 4/7/2026 |
| 5.7.2 | 257 | 3/19/2026 |
| 5.7.1 | 362 | 1/21/2026 |
| 5.7.0 | 6,622 | 11/12/2025 |
| 5.7.0-prerelease0014 | 1,354 | 10/9/2025 |
| 5.7.0-prerelease0013 | 490 | 7/29/2025 |
| 5.7.0-prerelease0012 | 1,997 | 7/28/2025 |
| 5.7.0-prerelease0011 | 914 | 7/22/2025 |
| 5.7.0-prerelease0010 | 869 | 7/22/2025 |
- Restore the try/with around `Expr.TryGetReflectedDefinition` (reverts 5.7.13): the "not reflectable" issue it chased was a dotnet-8-vs-10 / FSharp.Core reflected-definition pickle mismatch, not this lookup.