XShaderCompiler
Shader translator
A tool that translates shader code from HLSL to GLSL
Shader cross compiler to translate HLSL (Shader Model 4 and 5) to GLSL
351 stars
22 watching
48 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
ccppcpp11csharpglslhlslshader-cross-compiler
Related projects:
Repository | Description | Stars |
---|---|---|
alaingalvan/crossshader | A tool for converting between different shader languages and compilers. | 282 |
thekla/hlslparser | A tool for translating shader code from legacy HLSL to newer formats like HLSL10 and Metal Shading Language. | 331 |
nomoresleep/hlslparser | Translates legacy shader code to modern OpenGL and Metal shading languages | 3 |
aras-p/hlsl2glslfork | Translates Direct3D 9 style HLSL to GLSL shader language | 558 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |
cbaggers/varjo | Compiler for translating Lisp code to GLSL shader language | 223 |
axmolengine/glslcc | A cross-compiler tool that converts GLSL shader code to various graphics pipeline languages | 4 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 75 |
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 854 |
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 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 87 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,852 |
jaredloomis/andromeda | A Haskell-based library for writing and compiling OpenGL shaders | 76 |
igjoshua/cljsl | A Clojure-based compiler for converting a subset of Clojure code into GLSL shader code | 23 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 92 |