CrossShader
Shader converter
A tool for converting between different shader languages and compilers.
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
282 stars
6 watching
11 forks
Language: C++
last commit: over 1 year ago
Linked from 2 awesome lists
apple-metalcompilerdirectxglslhlslmetalopengltranspilervulkanwebgl
Related projects:
Repository | Description | Stars |
---|---|---|
lukasbanana/xshadercompiler | A tool that translates shader code from HLSL to GLSL | 351 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 87 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 75 |
axmolengine/glslcc | A cross-compiler tool that converts GLSL shader code to various graphics pipeline languages | 4 |
aras-p/hlsl2glslfork | Translates Direct3D 9 style HLSL to GLSL shader language | 558 |
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 |
thekla/hlslparser | A tool for translating shader code from legacy HLSL to newer formats like HLSL10 and Metal Shading Language. | 331 |
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 |
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 |
halvves/shader-doodle | A web-component for creating and rendering fragment shaders in GLSL. | 509 |
nomoresleep/hlslparser | Translates legacy shader code to modern OpenGL and Metal shading languages | 3 |
fordhurley/glsl-grapher | Visualizes the structure and behavior of GLSL shader functions in a graphical interface. | 26 |