Make Image with Shadertoy (vuo.image.make.shadertoy)

Creates an image from GLSL source code.

Shadertoy is a website that allows developers to write and share small text programs called Fragment Shaders that render 3D graphics to a screen.

Shadertoy provides some special uniform values that are exposed as port values on the node:

To mimic the way the Shadertoy website handles interaction, connect the Check Mouse Status node’s corresponding ports to this node.

All Shadertoy-specific inputs are supported, except iChannelTime and the ability to feed audio into the iChannel ports.

Troubleshooting

Shadertoy uniforms

Keywords: Blinn, Lambert, Phong, chroma, glsl, graphics, lighted, lighting, lit, opengl, scenegraph, tone


Example compositions:


Back to vuo.image node set documentation.