google/shaderc
A collection of tools, libraries, and tests for Vulkan shader compilation. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4046
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
2178 stars · 438 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Shaderc is a collection of tools, libraries, and tests for compiling GLSL and HLSL shaders to SPIR-V for Vulkan. It includes glslc, a GCC/Clang-style command line compiler, and libshaderc, a C/C++ library API wrapping the same functionality.
Use cases
- compile glsl shaders to spir-v for vulkan
- compile hlsl to spir-v from the command line
- integrate shader compilation into a build system
- compile shaders at runtime from a c++ application
- support shader #include files during compilation
- build shaders for android ndk projects
When to choose
- you need a command-line shader compiler with gcc/clang-like flags for build integration
- you want a stable library API to compile shaders to SPIR-V at runtime
- you are targeting Vulkan and need glslang/SPIRV-Tools wrapped in one tool
When to avoid
- you need HLSL compilation long-term, since HLSL support is deprecated upstream in Glslang
- you target DirectX or Metal rather than Vulkan/SPIR-V
- you need a full shader authoring or debugging IDE
Facets
library · maturity stable
compiler cli developer-tools graphics developer-tools compilers windows cross-platform cli shader-compilation spir-v vulkan glsl hlsl glslang c++ game-development linux macos android
1 source
- readme: https://github.com/google/shaderc · fetched 2026-08-28 · 4b4433c4b9c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/shaderc | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem