ComputeSharp
ComputeSharp copied to clipboard
A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET develo...
What is it? 🚀
ComputeSharp is a .NET library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders. The available APIs let you access GPU devices, allocate GPU buffers and textures, move data between them and the RAM, write compute shaders entirely in C# and have them run on the GPU. The goal of this project is to make GPU computing easy to use for all .NET developers!
What can it actually do? ✨
Since a video is worth a thousand words, here's a showcase of some pixel shaders (originally from shadertoy.com), ported from GLSL to C# and running with ComputeSharp in a WinUI 3 sample app. You can use this library to create all sorts of things from scientific simulations, to animated backgrounds, audio visualizers and more!
https://user-images.githubusercontent.com/10199417/126792509-c11feb11-a609-4fab-86b3-426d43df6d90.mp4
Try out the sample app! 💻
The sample app is available in the Microsoft Store, showcasing several pixel shaders all powered by ComputeSharp!
Available packages 📦
Preview builds are available at https://pkgs.computesharp.dev/index.json (as well as GitHub Packages).
Documentation 📖
All the documentation for ComputeSharp is available in the wiki pages. That includes a recap of everything in this readme, as well as info and detailed samples on all features and APIs from the available packages. Make sure to go through it to get familiar with this library!
Sponsors 🎁
Huge thanks to these sponsors for directly supporting my work on ComputeSharp, it means a lot! 🙌
Special thanks
ComputeSharp was originally based on some of the code from the DX12GameEngine project by Amin Delavar.
Additionally, ComputeSharp uses NuGet packages from the following repositories: