Image Generator Scene. For use in Host apps such as Coge and VDMX. Has controls for Object Rotation, Random position Speed, Noise Speed, Noise Scale and Color.
Uses Vuo default node set to animate parameters with Curves and Gradient Noise. And lastly a Blend Image with Feedback node.
Vuo Composition created as part of the 1up series. Motion is created with default Vuo node set to offset 3d objects with data. Multiple Vuo shader nodes are also applied.
Often, in order to get a ShaderToy to respond to external control parameters as desired, I find myself coming up with encoding schemes in order to pass data into the shader using the "Time" and "Mouse Position" inputs to carry information which have nothing to do with the time or the mouse position.
I suppose I could also come up with ways to encode this data into the input images. :)
But it would be great if the Make Image With Shadertoy node had another input, which takes some kind of arbitrary data, which can be accessed by the shader code.
A Tree object would seem to be perfect and versatile, but tree values are all text and as far as I know GLSL doesn't provide facilities for strings. :( So if providing structured data to shaders is unfeasible, a list of ints or floats or vec3's would be the next greatest thing.