For loops

CushyApps supports any kind of control flow. This page show how to do so

Objective

Start from the default app, and enhance it to allow for a configurable number of recursive samplers.

  1. Add a new number input to control how many ksampler we want

  2. Use that number to genearte

Final Code

Diff

Last updated