← all recipes

Electromagnetic core First release

Guided Flow

move particles or attention along field lines, relationships, or paths

frame bodies 0 relationships 0

Running the actual recipe live via applyRecipe() — not a mock.

"Guided Flow" — move particles or attention along field lines, relationships, or paths. It has a magnetism layer (curve moving charges (cyclotron)), a fieldflow layer (solar prominences, aurora, plasma streams, guided matter), a stream layer (flow matter along a heading), and a propagate layer (travelling waves through the medium). Matter follows the field geometry because of fieldflow, not the field-owning force itself. The active render stack is streamlines, field-lines, trails, particles.

Matter and attention move along field lines / relationship paths (electromagnetic + transport). Magnetism bends, fieldflow carries — the recipe-level expression of field.flowTo() and fieldflow.

Runtime tokens
magnetism fieldflow stream propagate
Metrics
flow velocity density flow, velocity, density are host-supplied lanes — drive them with data-field-<metric> (or a domain model); without that, their --field-* stays inert.
Diagnostics
field-lines force-vectors prediction
Render
streamlines · field-lines · trails · particles
Reduced motion
a static path contour with a numbered route and direction markers
Without motion
the route is an ordered list of steps with direction labels

Copy this recipe

<field-root></field-root>
  <div data-body="magnetism" data-strength="1" data-range="420" data-spin="1"></div>
  <div data-body="fieldflow" data-strength="0.8" data-range="0"></div>
  <div data-body="stream" data-strength="0.6" data-range="320" data-angle="0"></div>
  <div data-body="propagate" data-strength="0.5" data-range="300"></div>

See also