Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.