Generative classics recipe pack
generative_classics_packCurates canonical generative looks for TouchDesigner, listing technique cards and available recipes, with optional portable bundle export for reuse.
Instructions
Curated technique pack of canonical generative looks (feedback tunnel, audio spectrum, noise landscape, particle galaxy, reaction-diffusion, webcam glitch). list_only=true returns the technique cards plus the list of recipes the active library can satisfy; list_only=false also writes a portable bundle JSON (import_recipe_bundle-compatible) at install_path. Pure Node — no TouchDesigner bridge required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_only | No | When true (default), just list the technique cards + which are available; when false, also emit the portable bundle JSON. | |
| overwrite | No | When list_only=false: overwrite an existing bundle file at install_path. | |
| install_path | No | Where to write the bundle JSON when list_only=false. Defaults to 'recipes/generative_classics.pack.json' inside the cwd. |