Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T12:49:30.000Z (5 months ago)
- Last Synced: 2024-12-23T04:11:33.530Z (11 days ago)
- Topics: aardvark, gpgpu, quotations
- Language: F#
- Homepage: https://fshade.org/
- Size: 40.8 MB
- Stars: 89
- Watchers: 18
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Windows](https://github.com/krauthaufen/FShade/workflows/Windows/badge.svg)
![MacOS](https://github.com/krauthaufen/FShade/workflows/MacOS/badge.svg)
![Linux](https://github.com/krauthaufen/FShade/workflows/Linux/badge.svg)
[![NuGet](https://badgen.net/nuget/v/FShade)](https://www.nuget.org/packages/FShade/)
[![Discord](https://badgen.net/discord/online-members/UyecnhM)](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.