Create simulation
create_simulationBuild GPU simulations: Gray-Scott patterns, drifting slime trails, or advected fluid smears. Control trail persistence and flow evolution speed.
Instructions
Build a GPU simulation: 'reaction_diffusion' grows Gray-Scott patterns (via the validated recipe), while 'slime' and 'fluid' run a feedback loop displaced by an evolving noise flow field — drifting trails and advected smears. Exposes a Decay knob (trail persistence). For more procedural techniques (cellular automata, flow fields, strange attractors) see create_generative_art.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | reaction_diffusion = Gray-Scott patterns (uses the validated recipe); slime = drifting decaying trails; fluid = advected smear. | reaction_diffusion |
| speed | No | (slime/fluid) How fast the flow field evolves. | |
| decay | No | (slime/fluid) Trail persistence — higher holds longer. | |
| expose_controls | No | (slime/fluid) Expose a live 'Decay' knob bound to the gain Level TOP. | |
| parent_path | No | Parent COMP path the self-contained simulation container is created inside. | /project1 |