Navigation Current
make routes, breadcrumbs, and likely next paths feel connected
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Navigation Current" — make routes, breadcrumbs, and likely next paths feel connected. It has a fieldflow layer (solar prominences, aurora, plasma streams, guided matter), a stream layer (flow matter along a heading), a memory layer (a decaying trail / hysteresis), a propagate layer (travelling waves through the medium), and a link layer (ropes / cloth between neighbours). Matter follows the field geometry because of fieldflow, not the field-owning force itself. The active render stack is streamlines, field-lines, links, trails, particles.
Magnetism bends the route, fieldflow carries the traveller along it — the active path emits a current while prior routes linger as memory.
Copy this pattern
<field-root></field-root>
<div data-body="fieldflow" data-strength="0.9" data-range="0" data-feedback></div>
<div data-body="stream" data-strength="0.7" data-range="340" data-angle="0"></div>
<div data-body="memory" data-strength="0.5" data-range="280"></div>
<div data-body="propagate link" data-strength="0.5" data-range="300"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="fieldflow" data-strength="0.9" data-range="0" data-feedback></div>
<div data-body="stream" data-strength="0.7" data-range="340" data-angle="0"></div>
<div data-body="memory" data-strength="0.5" data-range="280"></div>
<div data-body="propagate link" data-strength="0.5" data-range="300"></div> import { FieldField } from '@fundamental-engine/react';
export default function NavigationCurrent() {
return (
<FieldField>
<div data-body="fieldflow" data-strength="0.9" data-range="0" data-feedback />
<div data-body="stream" data-strength="0.7" data-range="340" data-angle="0" />
<div data-body="memory" data-strength="0.5" data-range="280" />
<div data-body="propagate link" data-strength="0.5" data-range="300" />
</FieldField>
);
} {
"id": "navigation-current",
"name": "Navigation Current",
"intent": "make routes, breadcrumbs, and likely next paths feel connected",
"naturalField": "electromagnetic",
"primitives": [
"fieldflow",
"stream",
"memory",
"propagate",
"link"
],
"bodies": [
{
"body": "fieldflow",
"strength": 0.9,
"range": 0,
"feedback": true
},
{
"body": "stream",
"strength": 0.7,
"range": 340,
"angle": 0
},
{
"body": "memory",
"strength": 0.5,
"range": 280
},
{
"body": "propagate link",
"strength": 0.5,
"range": 300
}
],
"render": [
"streamlines",
"field-lines",
"links",
"trails",
"particles"
],
"metrics": [
"current",
"memory",
"signal",
"route-strength"
],
"diagnostics": [
"field-lines",
"force-vectors",
"topology"
],
"accessibility": {
"reducedMotion": "an active-path rail with visited markers and next-step hints",
"meaningWithoutMotion": "the route reads as an ordered breadcrumb list with visited and next-step labels"
},
"notes": "Magnetism bends the route, fieldflow carries the traveller along it — the active path emits a current while prior routes linger as memory.",
"tier": "applied",
"status": "shipped"
} See also
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Guided Flow move particles or attention along field lines, relationships, or paths
- Attention Weather show system urgency, density, and activity across a dashboard
- Citation Thread bind citations, footnotes, evidence, references into visible relationships
- Form Stability Field show validation as coherence instead of error noise