Create generative art
create_generative_artCreate evolving generative visuals in TouchDesigner with techniques such as reaction-diffusion, noise landscapes, strange attractors, fractal shaders, or custom GLSL. Includes live speed and color controls.
Instructions
Create an evolving generative visual. reaction_diffusion/noise_landscape use validated recipes; strange_attractor, voronoi, and fractal render real GLSL; custom_glsl uses your shader; the rest fall back to animated noise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| technique | Yes | ||
| color_palette | No | Free-text palette hint (best-effort). | |
| evolution_speed | No | ||
| custom_glsl_code | No | Fragment shader (only for technique 'custom_glsl'). | |
| expose_controls | No | Expose a live 'Speed' knob (evolution speed) on the system container. | |
| parent_path | No | /project1 |