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
250 forks
Language: C++
last commit: almost 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. | 282 |
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 854 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 75 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 87 |
lukasbanana/xshadercompiler | A tool that translates shader code from HLSL to GLSL | 351 |
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,852 |
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 |
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,074 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 98 |
axmolengine/glslcc | A cross-compiler tool that converts GLSL shader code to various graphics pipeline languages | 4 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 92 |