FShade.Core
5.7.0
See the version list below for details.
dotnet add package FShade.Core --version 5.7.0
NuGet\Install-Package FShade.Core -Version 5.7.0
<PackageReference Include="FShade.Core" Version="5.7.0" />
<PackageVersion Include="FShade.Core" Version="5.7.0" />
<PackageReference Include="FShade.Core" />
paket add FShade.Core --version 5.7.0
#r "nuget: FShade.Core, 5.7.0"
#:package FShade.Core@5.7.0
#addin nuget:?package=FShade.Core&version=5.7.0
#tool nuget:?package=FShade.Core&version=5.7.0
F# embedded shaders
| 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.18 && < 5.4.0)
- Aardvark.Base.FSharp (>= 5.3.18 && < 5.4.0)
- FShade.Imperative (= 5.7.0)
- FSharp.Core (>= 8.0.0)
NuGet packages (23)
Showing the top 5 NuGet packages that depend on FShade.Core:
| Package | Downloads |
|---|---|
|
Aardvark.Base.Rendering
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
FShade.GLSL
F# embedded shaders |
|
|
Aardvark.Application
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
FShade
F# embedded shaders |
|
|
Aardvark.SceneGraph
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 | 20,360 | 5/27/2026 |
| 5.7.8 | 272 | 5/25/2026 |
| 5.7.7 | 274 | 5/24/2026 |
| 5.7.6 | 268 | 5/24/2026 |
| 5.7.5 | 337 | 5/13/2026 |
| 5.7.4 | 704 | 4/27/2026 |
| 5.7.3 | 3,147 | 4/7/2026 |
| 5.7.2 | 303 | 3/19/2026 |
| 5.7.1 | 384 | 1/21/2026 |
| 5.7.0 | 12,775 | 11/12/2025 |
| 5.7.0-prerelease0014 | 1,710 | 10/9/2025 |
| 5.7.0-prerelease0013 | 353 | 7/29/2025 |
| 5.7.0-prerelease0012 | 3,149 | 7/28/2025 |
| 5.7.0-prerelease0011 | 755 | 7/22/2025 |
| 5.7.0-prerelease0010 | 714 | 7/22/2025 |
| 5.7.0-prerelease0009 | 716 | 7/22/2025 |
| 5.7.0-prerelease0008 | 711 | 7/22/2025 |
| 5.7.0-prerelease0007 | 718 | 7/22/2025 |
| 5.7.0-prerelease0006 | 715 | 7/22/2025 |
| 5.7.0-prerelease0005 | 703 | 7/22/2025 |
- Removed double as float feature
- Added basic support for 8-bit, 16-bit, and 64-bit data types
- Added support for color types
- Added support for integer-based border colors
- Added support for push constants
- Added support for GL_EXT_ray_tracing_position_fetch
- Added support for GL_NV_shader_invocation_reorder
- Added UniformDecoration.BufferAccess properly
- Simplified for-loop unrolling
- [Raytracing] Changed type of object-world transforms to M34f
- [Raytracing] Added RayId, MissId, and CallableId
- [GLSL] Improved name mangling for invalid characters
- [GLSL] Added `Config.separateTexturesAndSamplers` for automatically splitting samplers into separate texture/sampler uniforms for better interop with Vulkan/WGSL
- [Optimizer] Added step for simplifying raytracing writes
- [Optimizer] Fixed issue with dead-code elimination and utility functions
- [Debugger] Fixed handling of forward slashes in file paths
- [fshadeaot] Added double checking feature