Attention Weather
show system urgency, density, and activity across a dashboard
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Attention Weather" — show system urgency, density, and activity across a dashboard. It has a gravity layer (universal attraction toward mass), a thermal layer (agitate matter at a temperature), a pressure layer (relax crowding (incompressibility)), a diffuse layer (spread a quantity over the medium), and a memory layer (a decaying trail / hysteresis). The active render stack is heatmap, metaballs, particles.
Mass falls toward what matters and heat rises where the system runs hot — gravitational priority and thermal weather translated to a dashboard.
Copy this pattern
<field-root></field-root>
<div data-body="gravity" data-strength="1" data-range="380" data-feedback></div>
<div data-body="thermal" data-strength="0.8" data-range="320"></div>
<div data-body="pressure" data-strength="0.7" data-range="300"></div>
<div data-body="diffuse memory" data-strength="0.5" data-range="260"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="gravity" data-strength="1" data-range="380" data-feedback></div>
<div data-body="thermal" data-strength="0.8" data-range="320"></div>
<div data-body="pressure" data-strength="0.7" data-range="300"></div>
<div data-body="diffuse memory" data-strength="0.5" data-range="260"></div> import { FieldField } from '@fundamental-engine/react';
export default function AttentionWeather() {
return (
<FieldField>
<div data-body="gravity" data-strength="1" data-range="380" data-feedback />
<div data-body="thermal" data-strength="0.8" data-range="320" />
<div data-body="pressure" data-strength="0.7" data-range="300" />
<div data-body="diffuse memory" data-strength="0.5" data-range="260" />
</FieldField>
);
} {
"id": "attention-weather",
"name": "Attention Weather",
"intent": "show system urgency, density, and activity across a dashboard",
"naturalField": "gravity",
"primitives": [
"gravity",
"thermal",
"pressure",
"diffuse",
"memory"
],
"bodies": [
{
"body": "gravity",
"strength": 1,
"range": 380,
"feedback": true
},
{
"body": "thermal",
"strength": 0.8,
"range": 320
},
{
"body": "pressure",
"strength": 0.7,
"range": 300
},
{
"body": "diffuse memory",
"strength": 0.5,
"range": 260
}
],
"render": [
"heatmap",
"metaballs",
"particles"
],
"metrics": [
"heat",
"pressure",
"attention",
"density"
],
"diagnostics": [
"heatmap",
"energy",
"contours",
"inspector"
],
"accessibility": {
"reducedMotion": "a status rail with a pressure badge per section and a priority-ordered list",
"meaningWithoutMotion": "section tone, a numeric pressure badge, and priority ordering carry urgency without animation"
},
"notes": "Mass falls toward what matters and heat rises where the system runs hot — gravitational priority and thermal weather translated to a dashboard.",
"tier": "applied",
"status": "shipped",
"concepts": [
"weather"
]
} 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
- Reading Field make long content pages reveal attention, memory, and concept links
- Navigation Current make routes, breadcrumbs, and likely next paths feel connected
- Citation Thread bind citations, footnotes, evidence, references into visible relationships