danyow / glsl2hlsl

Shadertoy to Unity shader converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glsl2hlsl

Slightly cursed WIP ShaderToy to Unity (ShaderLab) transpiler.

Sorry if the code gives you an aneurism.

Features

  • Converts a fairly decent chunk of shadertoy shaders to usable unity shaders
  • Can attempt to automatically find and extract properties from the shader and put then in the inspector
  • Can attempt to automatically make raymarched/raytraced shaders 3D
  • Can download shaders directly from the shadertoy API given a link
  • Synthesizes a usable unity material and .meta file when using download feature

Some cool shaders to try it on

Fractal land by Kali

Protean clouds by IQ

Fractal pyramid by bradjamesgrant

Phantom star by kasari39

To do

  • Better support for preprocessor directives in any context
  • Multiline macro support
  • Implement various missing sampler-related functions such as textureSize, textureLodOffset etc.
  • A few properties defined by shadertoy (iDate, iChannelResolution...) are missing
  • Refactor

Build

cargo build

Usage

glsl2hlsl <fileToConvert>

Or just use the website :P

About

Shadertoy to Unity shader converter


Languages

Language:Rust 83.3%Language:GLSL 9.2%Language:HLSL 4.6%Language:HTML 1.5%Language:JavaScript 1.4%