ShaderConductor
Shader converter
A tool for converting HLSL shader code to multiple shading languages
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
2k stars
94 watching
249 forks
Language: C++
last commit: about 2 years ago
Linked from 1 awesome list
compilerd3d10d3d11d3d12d3d9dxilglslgraphicshlslmetalopenglopengl-esshaderspir-vvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
alaingalvan/crossshader | A tool for converting between different shader languages and compilers. | 285 |
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 855 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 76 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 90 |
lukasbanana/xshadercompiler | A tool that translates shader code from HLSL to GLSL | 353 |
thekla/hlslparser | A tool for translating shader code from legacy HLSL to newer formats like HLSL10 and Metal Shading Language. | 331 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,872 |
shader-slang/slang | A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 3,344 |
nomoresleep/hlslparser | Translates legacy shader code to modern OpenGL and Metal shading languages | 3 |
gwiazdorrr/cxxswizzle | Converts GLSL shader code to C++17-compatible code | 186 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
khronosgroup/spirv-cross | A tool and library for converting SPIR-V to other shader languages and providing reflection APIs for Vulkan pipeline layouts and OpDecorations. | 2,097 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 99 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 91 |