https://github.com/krauthaufen/fshade
FShade is a Library allowing users to write Shaders in F# using code-quotations
https://github.com/krauthaufen/fshade
aardvark gpgpu quotations
Last synced: over 1 year ago
JSON representation
FShade is a Library allowing users to write Shaders in F# using code-quotations
- Host: GitHub
- URL: https://github.com/krauthaufen/fshade
- Owner: krauthaufen
- License: apache-2.0
- Created: 2014-10-20T12:01:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T12:49:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T16:05:48.009Z (over 1 year ago)
- Topics: aardvark, gpgpu, quotations
- Language: F#
- Homepage: https://fshade.org/
- Size: 40.8 MB
- Stars: 91
- Watchers: 17
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



[](https://www.nuget.org/packages/FShade/)
[](https://discord.gg/UyecnhM)
# FShade
FShade is a library for writing Shaders in F# using code-quotations.
The main documentation is located at:
http://www.fshade.org/
FShade is neatly integrated into [Aardvark.Rendering](https://github.com/aardvark-platform/aardvark.rendering), where example shaders and compositions are showcased. You can find compute shaders in [Aardvark.GPGPU](https://github.com/aardvark-platform/aardvark.rendering/tree/master/src/Aardvark.GPGPU). Supplementary documentation is in [this repository's wiki](https://github.com/krauthaufen/FShade/wiki), including the Shader Debugger.