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.
285 stars
6 watching
12 forks
Language: C++
last commit: almost 2 years 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 | 353 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,783 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 90 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 76 |
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,097 |
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. | 855 |
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 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,872 |
jaredloomis/andromeda | A Haskell-based library for writing and compiling OpenGL shaders | 77 |
halvves/shader-doodle | A web-component for creating and rendering fragment shaders in GLSL. | 545 |
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 |