Close
Asset

Shadertoy2TD: convert shadertoy URL into TouchDesigner network

Hi,

This component allows you to generate a network from a Shadertoy url.

 

Don't hesitate to contact me for new features, bug fix or to add your modifications to this component.

 

Hope it will be helpful :)

 

OVERVIEW
 
PARAMETERS
  • Shadertoy URL
  • Load network button
  • Information about the shader
    • Author
    • Title
    • Likes
    • Description
  • Time reset button
SUPPORTED FEATURES
  • uniforms
    • iResolution
    • iTime
    • iTimeDelta
    • iFrame
    • iFrameRate
    • iMouse
    • iDate
  • input channel: 
    • texture
    • video 
    • buffer  
    • webcam
  • shader type:
    • common
    • buffer
NOT SUPPORTED FEATURES YET
  • cube map
  • soundcloud
  • music
  • keyboard
  • microphone
  • volumes

 

SHADERTOY CODE RESTRICTIONS
  • mainImage in parameter name must be fragCoord
  • mainImage out parameter name must be fragColor

 

Asset Downloads

shadertoy2TD.tox (36.41 KB)

Comments