Signal Path
show information flowing through citations, dependencies, or routes
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Signal Path" — show information flowing through citations, dependencies, or routes. It has a charge layer (attract/repel charged matter), a propagate layer (travelling waves through the medium), and a fieldflow layer (solar prominences, aurora, plasma streams, guided matter). Matter follows the field geometry because of fieldflow, not the field-owning force itself. The active render stack is streamlines, field-lines, trails.
A signal travels source → target along declared relationships: charge sets polarity, propagate carries the wave, fieldflow carries matter along the structure. Electric pushes, magnetic bends, fieldflow carries.
Copy this pattern
<field-root></field-root>
<div data-body="charge" data-strength="1" data-range="300" data-spin="1"></div>
<div data-body="propagate" data-strength="0.8" data-range="360"></div>
<div data-body="fieldflow" data-strength="0.8" data-range="0"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="charge" data-strength="1" data-range="300" data-spin="1"></div>
<div data-body="propagate" data-strength="0.8" data-range="360"></div>
<div data-body="fieldflow" data-strength="0.8" data-range="0"></div> import { FieldField } from '@fundamental-engine/react';
export default function SignalPath() {
return (
<FieldField>
<div data-body="charge" data-strength="1" data-range="300" data-spin="1" />
<div data-body="propagate" data-strength="0.8" data-range="360" />
<div data-body="fieldflow" data-strength="0.8" data-range="0" />
</FieldField>
);
} {
"id": "signal-path",
"name": "Signal Path",
"intent": "show information flowing through citations, dependencies, or routes",
"naturalField": "electromagnetic",
"primitives": [
"charge",
"propagate",
"fieldflow"
],
"bodies": [
{
"body": "charge",
"strength": 1,
"range": 300,
"spin": 1
},
{
"body": "propagate",
"strength": 0.8,
"range": 360
},
{
"body": "fieldflow",
"strength": 0.8,
"range": 0
}
],
"render": [
"streamlines",
"field-lines",
"trails"
],
"metrics": [
"signal",
"strength"
],
"diagnostics": [
"field-lines",
"causality",
"force-vectors"
],
"accessibility": {
"reducedMotion": "a persistent path line with step markers replaces the travelling signal",
"meaningWithoutMotion": "the route is also an ordered list of steps with a current-step state"
},
"notes": "A signal travels source → target along declared relationships: charge sets polarity, propagate carries the wave, fieldflow carries matter along the structure. Electric pushes, magnetic bends, fieldflow carries.",
"tier": "core",
"status": "shipped"
} See also
- Priority Well make important elements feel naturally weighted without shouting
- Focus Orbit keep related options moving around the active item
- Search Relevance Field let search results settle by relevance, confidence, and recency
- Evidence Field show how sources support, weaken, or contradict a claim
- Conflict Field make contradiction, uncertainty, and unstable state visible
- Relationship Bond keep related elements visually and behaviorally connected