slang
Shader compiler
A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind.
Making it easier to work with shaders
2k stars
45 watching
187 forks
Language: C++
last commit: 9 days ago
Linked from 1 awesome list
cudad3d12glslhlslshadersvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,852 |
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 854 |
igjoshua/cljsl | A Clojure-based compiler for converting a subset of Clojure code into GLSL shader code | 23 |
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 |
garettbass/gpuc | A header-only compiler that translates a C-like shading language into multiple shader backends | 60 |
jaredloomis/andromeda | A Haskell-based library for writing and compiling OpenGL shaders | 76 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |
swtwsk/vinci-lang | A proof-of-concept compiler targeting SPIR-V for a toy ML functional shading language | 15 |
lukasbanana/xshadercompiler | A tool that translates shader code from HLSL to GLSL | 351 |
sambler/osl-shaders | A collection of OSL shaders for Blender with accompanying files and instructions for use. | 369 |
varkenvarken/osl-shaders | A collection of shaders written in C++ for use with Blender, providing various shading techniques. | 102 |
google/shaderc-rs | Rust bindings for the shaderc library to compile GLSL/HLSL source code into SPIR-V binary modules or assembly code. | 259 |
alaingalvan/crossshader | A tool for converting between different shader languages and compilers. | 283 |
shader-park/shader-park-core | A JavaScript library for creating procedural graphics and shaders in real-time. | 759 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 92 |