FShade 5.3.4

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

F# embedded shaders

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.9 4,703 5/27/2026
5.7.8 137 5/25/2026
5.7.7 130 5/24/2026
5.7.6 127 5/24/2026
5.7.5 191 5/13/2026
5.7.4 316 4/27/2026
5.7.3 1,960 4/7/2026
5.7.2 231 3/19/2026
5.7.1 337 1/21/2026
5.7.0 6,427 11/12/2025
5.7.0-prerelease0014 1,334 10/9/2025
5.7.0-prerelease0013 469 7/29/2025
5.7.0-prerelease0012 1,976 7/28/2025
5.7.0-prerelease0011 892 7/22/2025
5.7.0-prerelease0010 849 7/22/2025
5.7.0-prerelease0009 853 7/22/2025
5.7.0-prerelease0008 882 7/22/2025
5.7.0-prerelease0007 833 7/22/2025
5.7.0-prerelease0006 845 7/22/2025
5.3.4 1,587 2/8/2023
Loading failed

Added intrinsics for dynamically accessing matrix rows and columns (matrix.Row() / matrix.Column())
Added intrinsics for dynamically accessing matrix elements (matrix.[x, y])
Added missing intrinsics for special floating point checks (NaN, +-infinity)
Added missing intrinsics for vector swizzles in Vec module
Added and improved intrinsics for vector and matrix relations (AllEqual, AllDifferent, ...)
Added intrinsics for DistanceSquared, Distance1, DistanceMin, DistanceMax, Norm1, Norm2, NormMin, NormMax
Fixed return type for dot product of integer vectors