compute-shader-101

Compute shader tutorials

Provides sample code and resources to help developers learn and implement compute shaders in Rust.

Sample code for compute shader 101 training

GitHub

535 stars
29 watching
32 forks
Language: Rust
last commit: 16 days ago
gpu-computingshaders

Related projects:

Repository Description Stars
brackeys/shader-graph-tutorials A set of tutorials on using Unity's Shader Graph to create various visual effects. 257
google/shaderc A collection of tools and libraries for compiling shader code into a graphics pipeline format 1,852
google/shaderc-rs Rust bindings for the shaderc library to compile GLSL/HLSL source code into SPIR-V binary modules or assembly code. 259
google/graphicsfuzz A set of tools to automatically find and simplify bugs in graphics shader compilers 569
gamemakerdiscord/xpanda Allows code from external files to be included into shaders while handling shader compatibility issues. 14
msqrt/shader-printf A debugging tool for GLSL shaders by injecting printf-like functionality directly into shader code. 236
shader-slang/slang A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. 2,189
erich666/graphicsgems Code repository for a book series on graphics programming in C 1,392
libretro/common-shaders A collection of commonly used pixel shaders for rendering old school video game footage. 1,052
not-fl3/nanoshredder An experimental Rust project that creates shaders from a domain-specific language (DSL) and produces GLSL, Metal, and HLSL shader code. 11
google/clspv Compiles OpenCL C to Vulkan compute shaders using LLVM 619
nvpro-samples/gl_vk_meshlet_cadscene Demonstrates rendering of CAD models using mesh shaders for high-performance rendering 363
shader-park/shader-park-core A JavaScript library for creating procedural graphics and shaders in real-time. 759
vassvik/minimal_opengl A minimal setup to experiment with OpenGL compute shaders in a standalone environment. 6
ronja-tutorials/shadertutorials A collection of Unity shader tutorials covering various topics 970