LUIDA Docs

Cookbook

Short, focused recipes for things researchers commonly want to do with LUIDA. Each recipe is one task, with the smallest working setup.

Each recipe answers one "I want to…" question. Recipes are short on purpose — they show the minimum you need to make the feature work, and link to the Tutorials, Concepts, and Reference sections for the depth behind each step.

If the recipe you want isn't here, check the Decision tree — it covers the common forks at a different angle.

Recipes

What's deliberately not here

  • "I want to send data to an external EEG / MoCap rig" (OSC). The SendViaOsc action is implemented (see Reference → SendViaOsc) but hasn't been validated end-to-end against real hardware as of this writing. We'd rather not publish a recipe we haven't seen work. If you're planning to use OSC for hardware integration, contact luida@cluster.mu so we can confirm the round-trip with you and turn that confirmation into this missing recipe.

How to read a recipe

Every recipe follows the same shape:

  1. Goal — one sentence.
  2. Smallest setup — the minimum Unity / Web Console state you need before the recipe applies.
  3. The recipe — numbered steps.
  4. Why this works — one or two paragraphs of context, linking to the deeper Concepts page.
  5. Variants — common adjustments (per-condition, per-participant, different timing).
  6. Where to go next — the full Tutorial or Reference page if you want the deep version.

If a recipe assumes a tutorial, it'll say so up top. Otherwise, treat each as standalone.