@fundamental-engine/core 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +128 -0
- package/dist/agents/element-agent.d.ts +38 -0
- package/dist/agents/element-agent.d.ts.map +1 -0
- package/dist/agents/element-agent.js +70 -0
- package/dist/agents/element-agent.js.map +1 -0
- package/dist/agents/event-agent.d.ts +47 -0
- package/dist/agents/event-agent.d.ts.map +1 -0
- package/dist/agents/event-agent.js +82 -0
- package/dist/agents/event-agent.js.map +1 -0
- package/dist/agents/index.d.ts +17 -0
- package/dist/agents/index.d.ts.map +1 -0
- package/dist/agents/index.js +57 -0
- package/dist/agents/index.js.map +1 -0
- package/dist/agents/region-agents.d.ts +40 -0
- package/dist/agents/region-agents.d.ts.map +1 -0
- package/dist/agents/region-agents.js +22 -0
- package/dist/agents/region-agents.js.map +1 -0
- package/dist/agents/relationship.d.ts +55 -0
- package/dist/agents/relationship.d.ts.map +1 -0
- package/dist/agents/relationship.js +40 -0
- package/dist/agents/relationship.js.map +1 -0
- package/dist/agents/user-agent.d.ts +57 -0
- package/dist/agents/user-agent.d.ts.map +1 -0
- package/dist/agents/user-agent.js +45 -0
- package/dist/agents/user-agent.js.map +1 -0
- package/dist/config/forces.config.d.ts +101 -0
- package/dist/config/forces.config.d.ts.map +1 -0
- package/dist/config/forces.config.js +239 -0
- package/dist/config/forces.config.js.map +1 -0
- package/dist/config/manual.d.ts +134 -0
- package/dist/config/manual.d.ts.map +1 -0
- package/dist/config/manual.js +604 -0
- package/dist/config/manual.js.map +1 -0
- package/dist/config/palettes.d.ts +18 -0
- package/dist/config/palettes.d.ts.map +1 -0
- package/dist/config/palettes.js +34 -0
- package/dist/config/palettes.js.map +1 -0
- package/dist/config/presets.d.ts +48 -0
- package/dist/config/presets.d.ts.map +1 -0
- package/dist/config/presets.js +87 -0
- package/dist/config/presets.js.map +1 -0
- package/dist/config/tokens.d.ts +3 -0
- package/dist/config/tokens.d.ts.map +1 -0
- package/dist/config/tokens.js +16 -0
- package/dist/config/tokens.js.map +1 -0
- package/dist/conformance/expectations.d.ts +40 -0
- package/dist/conformance/expectations.d.ts.map +1 -0
- package/dist/conformance/expectations.js +347 -0
- package/dist/conformance/expectations.js.map +1 -0
- package/dist/conformance/experiments.d.ts +17 -0
- package/dist/conformance/experiments.d.ts.map +1 -0
- package/dist/conformance/experiments.js +875 -0
- package/dist/conformance/experiments.js.map +1 -0
- package/dist/conformance/run.d.ts +18 -0
- package/dist/conformance/run.d.ts.map +1 -0
- package/dist/conformance/run.js +240 -0
- package/dist/conformance/run.js.map +1 -0
- package/dist/conformance/types.d.ts +100 -0
- package/dist/conformance/types.d.ts.map +1 -0
- package/dist/conformance/types.js +2 -0
- package/dist/conformance/types.js.map +1 -0
- package/dist/contracts/guards.d.ts +51 -0
- package/dist/contracts/guards.d.ts.map +1 -0
- package/dist/contracts/guards.js +100 -0
- package/dist/contracts/guards.js.map +1 -0
- package/dist/contracts/index.d.ts +18 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/index.js +107 -0
- package/dist/contracts/index.js.map +1 -0
- package/dist/contracts/passport.d.ts +88 -0
- package/dist/contracts/passport.d.ts.map +1 -0
- package/dist/contracts/passport.js +135 -0
- package/dist/contracts/passport.js.map +1 -0
- package/dist/contracts/types.d.ts +120 -0
- package/dist/contracts/types.d.ts.map +1 -0
- package/dist/contracts/types.js +24 -0
- package/dist/contracts/types.js.map +1 -0
- package/dist/core/accretion.d.ts +50 -0
- package/dist/core/accretion.d.ts.map +1 -0
- package/dist/core/accretion.js +98 -0
- package/dist/core/accretion.js.map +1 -0
- package/dist/core/agents.d.ts +31 -0
- package/dist/core/agents.d.ts.map +1 -0
- package/dist/core/agents.js +51 -0
- package/dist/core/agents.js.map +1 -0
- package/dist/core/attention.d.ts +72 -0
- package/dist/core/attention.d.ts.map +1 -0
- package/dist/core/attention.js +122 -0
- package/dist/core/attention.js.map +1 -0
- package/dist/core/causality.d.ts +38 -0
- package/dist/core/causality.d.ts.map +1 -0
- package/dist/core/causality.js +64 -0
- package/dist/core/causality.js.map +1 -0
- package/dist/core/conditions.d.ts +10 -0
- package/dist/core/conditions.d.ts.map +1 -0
- package/dist/core/conditions.js +22 -0
- package/dist/core/conditions.js.map +1 -0
- package/dist/core/currents.d.ts +53 -0
- package/dist/core/currents.d.ts.map +1 -0
- package/dist/core/currents.js +65 -0
- package/dist/core/currents.js.map +1 -0
- package/dist/core/dock.d.ts +35 -0
- package/dist/core/dock.d.ts.map +1 -0
- package/dist/core/dock.js +39 -0
- package/dist/core/dock.js.map +1 -0
- package/dist/core/events.d.ts +23 -0
- package/dist/core/events.d.ts.map +1 -0
- package/dist/core/events.js +34 -0
- package/dist/core/events.js.map +1 -0
- package/dist/core/feedback-sink.d.ts +32 -0
- package/dist/core/feedback-sink.d.ts.map +1 -0
- package/dist/core/feedback-sink.js +53 -0
- package/dist/core/feedback-sink.js.map +1 -0
- package/dist/core/feedback.d.ts +11 -0
- package/dist/core/feedback.d.ts.map +1 -0
- package/dist/core/feedback.js +16 -0
- package/dist/core/feedback.js.map +1 -0
- package/dist/core/field-store.d.ts +26 -0
- package/dist/core/field-store.d.ts.map +1 -0
- package/dist/core/field-store.js +54 -0
- package/dist/core/field-store.js.map +1 -0
- package/dist/core/field.d.ts +18 -0
- package/dist/core/field.d.ts.map +1 -0
- package/dist/core/field.js +1943 -0
- package/dist/core/field.js.map +1 -0
- package/dist/core/fieldline-seeds.d.ts +25 -0
- package/dist/core/fieldline-seeds.d.ts.map +1 -0
- package/dist/core/fieldline-seeds.js +32 -0
- package/dist/core/fieldline-seeds.js.map +1 -0
- package/dist/core/fieldlines.d.ts +75 -0
- package/dist/core/fieldlines.d.ts.map +1 -0
- package/dist/core/fieldlines.js +111 -0
- package/dist/core/fieldlines.js.map +1 -0
- package/dist/core/flow.d.ts +38 -0
- package/dist/core/flow.d.ts.map +1 -0
- package/dist/core/flow.js +27 -0
- package/dist/core/flow.js.map +1 -0
- package/dist/core/formations.d.ts +11 -0
- package/dist/core/formations.d.ts.map +1 -0
- package/dist/core/formations.js +22 -0
- package/dist/core/formations.js.map +1 -0
- package/dist/core/geometry.d.ts +67 -0
- package/dist/core/geometry.d.ts.map +1 -0
- package/dist/core/geometry.js +68 -0
- package/dist/core/geometry.js.map +1 -0
- package/dist/core/heatmap.d.ts +22 -0
- package/dist/core/heatmap.d.ts.map +1 -0
- package/dist/core/heatmap.js +55 -0
- package/dist/core/heatmap.js.map +1 -0
- package/dist/core/host.d.ts +46 -0
- package/dist/core/host.d.ts.map +1 -0
- package/dist/core/host.js +11 -0
- package/dist/core/host.js.map +1 -0
- package/dist/core/integrator.d.ts +24 -0
- package/dist/core/integrator.d.ts.map +1 -0
- package/dist/core/integrator.js +375 -0
- package/dist/core/integrator.js.map +1 -0
- package/dist/core/math.d.ts +37 -0
- package/dist/core/math.d.ts.map +1 -0
- package/dist/core/math.js +77 -0
- package/dist/core/math.js.map +1 -0
- package/dist/core/reactions.d.ts +32 -0
- package/dist/core/reactions.d.ts.map +1 -0
- package/dist/core/reactions.js +45 -0
- package/dist/core/reactions.js.map +1 -0
- package/dist/core/registry.d.ts +13 -0
- package/dist/core/registry.d.ts.map +1 -0
- package/dist/core/registry.js +20 -0
- package/dist/core/registry.js.map +1 -0
- package/dist/core/render-backend.d.ts +46 -0
- package/dist/core/render-backend.d.ts.map +1 -0
- package/dist/core/render-backend.js +75 -0
- package/dist/core/render-backend.js.map +1 -0
- package/dist/core/render-modes.d.ts +42 -0
- package/dist/core/render-modes.d.ts.map +1 -0
- package/dist/core/render-modes.js +141 -0
- package/dist/core/render-modes.js.map +1 -0
- package/dist/core/reservoir.d.ts +43 -0
- package/dist/core/reservoir.d.ts.map +1 -0
- package/dist/core/reservoir.js +207 -0
- package/dist/core/reservoir.js.map +1 -0
- package/dist/core/scalar-grid.d.ts +51 -0
- package/dist/core/scalar-grid.d.ts.map +1 -0
- package/dist/core/scalar-grid.js +146 -0
- package/dist/core/scalar-grid.js.map +1 -0
- package/dist/core/scanner.d.ts +59 -0
- package/dist/core/scanner.d.ts.map +1 -0
- package/dist/core/scanner.js +260 -0
- package/dist/core/scanner.js.map +1 -0
- package/dist/core/shadow.d.ts +69 -0
- package/dist/core/shadow.d.ts.map +1 -0
- package/dist/core/shadow.js +84 -0
- package/dist/core/shadow.js.map +1 -0
- package/dist/core/spatial-hash.d.ts +30 -0
- package/dist/core/spatial-hash.d.ts.map +1 -0
- package/dist/core/spatial-hash.js +64 -0
- package/dist/core/spatial-hash.js.map +1 -0
- package/dist/core/streamlines.d.ts +29 -0
- package/dist/core/streamlines.d.ts.map +1 -0
- package/dist/core/streamlines.js +70 -0
- package/dist/core/streamlines.js.map +1 -0
- package/dist/core/surface.d.ts +19 -0
- package/dist/core/surface.d.ts.map +1 -0
- package/dist/core/surface.js +21 -0
- package/dist/core/surface.js.map +1 -0
- package/dist/core/temporal.d.ts +110 -0
- package/dist/core/temporal.d.ts.map +1 -0
- package/dist/core/temporal.js +139 -0
- package/dist/core/temporal.js.map +1 -0
- package/dist/core/thermo.d.ts +48 -0
- package/dist/core/thermo.d.ts.map +1 -0
- package/dist/core/thermo.js +48 -0
- package/dist/core/thermo.js.map +1 -0
- package/dist/core/types.d.ts +610 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/types.js +2 -0
- package/dist/core/types.js.map +1 -0
- package/dist/core/weights.d.ts +111 -0
- package/dist/core/weights.d.ts.map +1 -0
- package/dist/core/weights.js +128 -0
- package/dist/core/weights.js.map +1 -0
- package/dist/diagnostics/energy.d.ts +21 -0
- package/dist/diagnostics/energy.d.ts.map +1 -0
- package/dist/diagnostics/energy.js +27 -0
- package/dist/diagnostics/energy.js.map +1 -0
- package/dist/diagnostics/fields.d.ts +23 -0
- package/dist/diagnostics/fields.d.ts.map +1 -0
- package/dist/diagnostics/fields.js +30 -0
- package/dist/diagnostics/fields.js.map +1 -0
- package/dist/diagnostics/index.d.ts +46 -0
- package/dist/diagnostics/index.d.ts.map +1 -0
- package/dist/diagnostics/index.js +23 -0
- package/dist/diagnostics/index.js.map +1 -0
- package/dist/diagnostics/modes.d.ts +108 -0
- package/dist/diagnostics/modes.d.ts.map +1 -0
- package/dist/diagnostics/modes.js +181 -0
- package/dist/diagnostics/modes.js.map +1 -0
- package/dist/diagnostics/potential.d.ts +30 -0
- package/dist/diagnostics/potential.d.ts.map +1 -0
- package/dist/diagnostics/potential.js +43 -0
- package/dist/diagnostics/potential.js.map +1 -0
- package/dist/diagnostics/probes.d.ts +31 -0
- package/dist/diagnostics/probes.d.ts.map +1 -0
- package/dist/diagnostics/probes.js +61 -0
- package/dist/diagnostics/probes.js.map +1 -0
- package/dist/diagnostics/render.d.ts +49 -0
- package/dist/diagnostics/render.d.ts.map +1 -0
- package/dist/diagnostics/render.js +132 -0
- package/dist/diagnostics/render.js.map +1 -0
- package/dist/export.d.ts +18 -0
- package/dist/export.d.ts.map +1 -0
- package/dist/export.js +17 -0
- package/dist/export.js.map +1 -0
- package/dist/forces/extended.d.ts +121 -0
- package/dist/forces/extended.d.ts.map +1 -0
- package/dist/forces/extended.js +674 -0
- package/dist/forces/extended.js.map +1 -0
- package/dist/forces/index.d.ts +33 -0
- package/dist/forces/index.d.ts.map +1 -0
- package/dist/forces/index.js +237 -0
- package/dist/forces/index.js.map +1 -0
- package/dist/forces/natural.d.ts +106 -0
- package/dist/forces/natural.d.ts.map +1 -0
- package/dist/forces/natural.js +385 -0
- package/dist/forces/natural.js.map +1 -0
- package/dist/index.d.ts +59 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +71 -0
- package/dist/index.js.map +1 -0
- package/dist/inspect/budget.d.ts +17 -0
- package/dist/inspect/budget.d.ts.map +1 -0
- package/dist/inspect/budget.js +19 -0
- package/dist/inspect/budget.js.map +1 -0
- package/dist/inspect/index.d.ts +10 -0
- package/dist/inspect/index.d.ts.map +1 -0
- package/dist/inspect/index.js +10 -0
- package/dist/inspect/index.js.map +1 -0
- package/dist/inspect/report.d.ts +17 -0
- package/dist/inspect/report.d.ts.map +1 -0
- package/dist/inspect/report.js +44 -0
- package/dist/inspect/report.js.map +1 -0
- package/dist/inspect/snapshot.d.ts +21 -0
- package/dist/inspect/snapshot.d.ts.map +1 -0
- package/dist/inspect/snapshot.js +30 -0
- package/dist/inspect/snapshot.js.map +1 -0
- package/dist/recipes/catalog.d.ts +51 -0
- package/dist/recipes/catalog.d.ts.map +1 -0
- package/dist/recipes/catalog.js +1496 -0
- package/dist/recipes/catalog.js.map +1 -0
- package/dist/recipes/charge.d.ts +18 -0
- package/dist/recipes/charge.d.ts.map +1 -0
- package/dist/recipes/charge.js +27 -0
- package/dist/recipes/charge.js.map +1 -0
- package/dist/recipes/compile.d.ts +93 -0
- package/dist/recipes/compile.d.ts.map +1 -0
- package/dist/recipes/compile.js +113 -0
- package/dist/recipes/compile.js.map +1 -0
- package/dist/recipes/explain.d.ts +8 -0
- package/dist/recipes/explain.d.ts.map +1 -0
- package/dist/recipes/explain.js +46 -0
- package/dist/recipes/explain.js.map +1 -0
- package/dist/recipes/gallery.d.ts +6 -0
- package/dist/recipes/gallery.d.ts.map +1 -0
- package/dist/recipes/gallery.js +6 -0
- package/dist/recipes/gallery.js.map +1 -0
- package/dist/recipes/gravity.d.ts +16 -0
- package/dist/recipes/gravity.d.ts.map +1 -0
- package/dist/recipes/gravity.js +27 -0
- package/dist/recipes/gravity.js.map +1 -0
- package/dist/recipes/index.d.ts +18 -0
- package/dist/recipes/index.d.ts.map +1 -0
- package/dist/recipes/index.js +36 -0
- package/dist/recipes/index.js.map +1 -0
- package/dist/recipes/intent.d.ts +44 -0
- package/dist/recipes/intent.d.ts.map +1 -0
- package/dist/recipes/intent.js +46 -0
- package/dist/recipes/intent.js.map +1 -0
- package/dist/recipes/schema.d.ts +103 -0
- package/dist/recipes/schema.d.ts.map +1 -0
- package/dist/recipes/schema.js +123 -0
- package/dist/recipes/schema.js.map +1 -0
- package/dist/recipes/wayfinding.d.ts +39 -0
- package/dist/recipes/wayfinding.d.ts.map +1 -0
- package/dist/recipes/wayfinding.js +77 -0
- package/dist/recipes/wayfinding.js.map +1 -0
- package/dist/semantic/index.d.ts +13 -0
- package/dist/semantic/index.d.ts.map +1 -0
- package/dist/semantic/index.js +31 -0
- package/dist/semantic/index.js.map +1 -0
- package/dist/semantic/layers.d.ts +24 -0
- package/dist/semantic/layers.d.ts.map +1 -0
- package/dist/semantic/layers.js +27 -0
- package/dist/semantic/layers.js.map +1 -0
- package/dist/semantic/materials.d.ts +20 -0
- package/dist/semantic/materials.d.ts.map +1 -0
- package/dist/semantic/materials.js +17 -0
- package/dist/semantic/materials.js.map +1 -0
- package/dist/semantic/states.d.ts +11 -0
- package/dist/semantic/states.d.ts.map +1 -0
- package/dist/semantic/states.js +26 -0
- package/dist/semantic/states.js.map +1 -0
- package/dist/visual/channels.d.ts +71 -0
- package/dist/visual/channels.d.ts.map +1 -0
- package/dist/visual/channels.js +70 -0
- package/dist/visual/channels.js.map +1 -0
- package/dist/visual/index.d.ts +39 -0
- package/dist/visual/index.d.ts.map +1 -0
- package/dist/visual/index.js +30 -0
- package/dist/visual/index.js.map +1 -0
- package/dist/visual/lint.d.ts +41 -0
- package/dist/visual/lint.d.ts.map +1 -0
- package/dist/visual/lint.js +58 -0
- package/dist/visual/lint.js.map +1 -0
- package/dist/visual/mapping.d.ts +13 -0
- package/dist/visual/mapping.d.ts.map +1 -0
- package/dist/visual/mapping.js +43 -0
- package/dist/visual/mapping.js.map +1 -0
- package/dist/visual/semantic-text.d.ts +28 -0
- package/dist/visual/semantic-text.d.ts.map +1 -0
- package/dist/visual/semantic-text.js +36 -0
- package/dist/visual/semantic-text.js.map +1 -0
- package/dist/visual/tokens.d.ts +23 -0
- package/dist/visual/tokens.d.ts.map +1 -0
- package/dist/visual/tokens.js +54 -0
- package/dist/visual/tokens.js.map +1 -0
- package/dist/visual/visualization.d.ts +31 -0
- package/dist/visual/visualization.d.ts.map +1 -0
- package/dist/visual/visualization.js +47 -0
- package/dist/visual/visualization.js.map +1 -0
- package/package.json +60 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manual.d.ts","sourceRoot":"","sources":["../../src/config/manual.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,604 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Field Manual catalog — the *complete, public-facing definition* of every force
|
|
3
|
+
* in the system: its family, token, the per-frame formula (transcribed from
|
|
4
|
+
* `docs/engine-reference/forces-system.md` §6/§20.3/§20.10), the `data-*` attributes it reads, and a
|
|
5
|
+
* one-line description.
|
|
6
|
+
*
|
|
7
|
+
* This is the single source the UI renders (the manual on fundamental-engine.com) and the
|
|
8
|
+
* shared reference for developers. A test cross-checks it against the registered
|
|
9
|
+
* force arrays, so the catalog can never silently fall out of sync with the engine —
|
|
10
|
+
* every force the engine knows has a definition here, and vice versa.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The canonical color for every registered force (§20.2 reconciliation). The nine
|
|
14
|
+
* mirror `forces.config.ts`; the designed-extended forces take the §20.2 registry
|
|
15
|
+
* colors; the §20.10 natural primitives (added after that table) get principled,
|
|
16
|
+
* clash-free accents. A test pins the nine to `FORCE_BY` so they can't drift.
|
|
17
|
+
*/
|
|
18
|
+
export const FORCE_COLORS = {
|
|
19
|
+
// canonical nine — mirror the force palette (forces.config.ts)
|
|
20
|
+
attract: '#4da3ff',
|
|
21
|
+
repel: '#ff9d5c',
|
|
22
|
+
swirl: '#2dd4bf',
|
|
23
|
+
stream: '#7dd3fc',
|
|
24
|
+
viscosity: '#8da2c0',
|
|
25
|
+
jet: '#a78bfa',
|
|
26
|
+
tether: '#86e57f',
|
|
27
|
+
wall: '#c4b5fd',
|
|
28
|
+
sink: '#ff6e9c',
|
|
29
|
+
// natural primitives (§20.10)
|
|
30
|
+
gravity: '#6366f1',
|
|
31
|
+
charge: '#60a5fa',
|
|
32
|
+
magnetism: '#c084fc',
|
|
33
|
+
thermal: '#fb923c',
|
|
34
|
+
collide: '#cbd5e1',
|
|
35
|
+
diffuse: '#a3e635', // the pheromone field (§20.2 'pheromone')
|
|
36
|
+
propagate: '#5eead4',
|
|
37
|
+
memory: '#c9a27e', // worn paths — a faded sepia
|
|
38
|
+
// designed-extended forces (§20.2 registry colors)
|
|
39
|
+
lens: '#67e8f9',
|
|
40
|
+
gate: '#fb7185',
|
|
41
|
+
buoyancy: '#fcd34d',
|
|
42
|
+
shear: '#818cf8',
|
|
43
|
+
crystallize: '#93c5fd',
|
|
44
|
+
align: '#fbbf24',
|
|
45
|
+
wind: '#38bdf8',
|
|
46
|
+
cohesion: '#34d399',
|
|
47
|
+
pressure: '#5eead4',
|
|
48
|
+
link: '#94a3b8',
|
|
49
|
+
hunt: '#ef4444',
|
|
50
|
+
morph: '#e879f9',
|
|
51
|
+
spawn: '#fb923c',
|
|
52
|
+
resonate: '#f0abfc',
|
|
53
|
+
spotlight: '#facc15',
|
|
54
|
+
screen: '#a8b8d8', // a quiet zone — muted slate, the hush in the palette
|
|
55
|
+
pigment: '#d6529e', // ink — conserved color transport
|
|
56
|
+
fieldflow: '#22d3ee', // plasma — matter streaming along the field lines
|
|
57
|
+
warp: '#a78bfa', // wormhole — relocated, conserved matter
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* A one-line real-world use for each force — the spirit of the original manual's
|
|
61
|
+
* "real use example" captions (the canonical nine are adapted from them; the rest
|
|
62
|
+
* are authored). The UI renders this alongside a live demo of the force.
|
|
63
|
+
*/
|
|
64
|
+
export const FORCE_EXAMPLES = {
|
|
65
|
+
// canonical nine
|
|
66
|
+
attract: 'A hero word that pulls the field into orbit around it.',
|
|
67
|
+
repel: 'A dismiss control that opens a clean void in the field.',
|
|
68
|
+
swirl: 'A loading state that spins the field into a swirl.',
|
|
69
|
+
stream: 'A scroll cue that combs the field downwind like a current.',
|
|
70
|
+
viscosity: 'A modal backdrop the field thickens behind — motion settles.',
|
|
71
|
+
jet: 'A call-to-action that draws matter in and jets it back out.',
|
|
72
|
+
tether: 'A pinned element the field tethers to at a rest radius.',
|
|
73
|
+
wall: 'A card the field bounces off — a wall that sparks on impact.',
|
|
74
|
+
sink: 'A cart that accretes matter, then releases it on checkout (a supernova).',
|
|
75
|
+
// natural primitives
|
|
76
|
+
gravity: 'A heavy headline with a true 1/d² pull — a real well.',
|
|
77
|
+
charge: 'Two states that demix charged matter into +/− domains.',
|
|
78
|
+
magnetism: 'A region that curves moving charge into cyclotron arcs.',
|
|
79
|
+
thermal: 'A "hot" badge that agitates the field with Brownian heat.',
|
|
80
|
+
collide: 'A dense cluster where particles ricochet like billiards.',
|
|
81
|
+
diffuse: 'A trail particles lay down and follow — stigmergy.',
|
|
82
|
+
propagate: 'A button that fires a real shock wave across the field.',
|
|
83
|
+
memory: 'A frequently-used path that wears in and starts pulling harder.',
|
|
84
|
+
// designed-extended
|
|
85
|
+
lens: 'A link that bends a passing flow into caustics — no capture.',
|
|
86
|
+
gate: 'A one-way membrane: matter passes through but not back.',
|
|
87
|
+
buoyancy: 'A feed where light/hot items rise and dense ones settle.',
|
|
88
|
+
shear: 'A divider with laminar flow — layers slide past each other.',
|
|
89
|
+
crystallize: 'A "cool" section where matter snaps onto a lattice.',
|
|
90
|
+
align: 'A nav where particles flock to a shared heading.',
|
|
91
|
+
wind: 'A hero with divergence-free turbulence drifting through it.',
|
|
92
|
+
cohesion: 'A tag group that behaves like a droplet — a swarm with a skin.',
|
|
93
|
+
pressure: 'A dense cluster that relaxes to an even fill, like a settling fluid.',
|
|
94
|
+
link: 'A cluster that holds together like cloth — a soft structure that ropes and drapes.',
|
|
95
|
+
morph: 'A logo or chart that assembles from drifting matter — a mark, never words.',
|
|
96
|
+
hunt: 'A two-species swarm that chases and scatters — a living ecosystem.',
|
|
97
|
+
spawn: 'A nozzle that jets matter into the field — a literal fountain or a star seeding the void.',
|
|
98
|
+
resonate: 'Pair with attract: a well that breathes (pulsing strength).',
|
|
99
|
+
spotlight: 'Pair with stream: a directed beam confined to a cone.',
|
|
100
|
+
screen: 'A reading column the field quiets down around — text shielded from a noisy page.',
|
|
101
|
+
pigment: 'A section that stains passing matter its own color, carried away.',
|
|
102
|
+
fieldflow: 'A magnet or charge whose field lines the swarm threads, like plasma along a solar prominence.',
|
|
103
|
+
warp: 'A pair of portals: matter that enters one throat emerges from its partner, conserved.',
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* A two-letter symbol for every force — a periodic-table style identity used by the
|
|
107
|
+
* design system and the Lab's SYMBOL view. Mostly the first two letters, with curated
|
|
108
|
+
* exceptions so each is unique and reads well (memory → My, magnetism → Mg,
|
|
109
|
+
* crystallize → Cz, propagate → Pg, spotlight → Sl, pigment → Pm).
|
|
110
|
+
*/
|
|
111
|
+
export const FORCE_SYMBOLS = {
|
|
112
|
+
// canonical nine
|
|
113
|
+
attract: 'At', repel: 'Re', swirl: 'Sw', stream: 'St', viscosity: 'Vi',
|
|
114
|
+
jet: 'Jt', tether: 'Te', wall: 'Wl', sink: 'Sk',
|
|
115
|
+
// natural primitives
|
|
116
|
+
gravity: 'Gr', charge: 'Ch', magnetism: 'Mg', thermal: 'Th', collide: 'Co',
|
|
117
|
+
diffuse: 'Df', propagate: 'Pg', memory: 'My',
|
|
118
|
+
// designed-extended
|
|
119
|
+
lens: 'Le', gate: 'Ga', buoyancy: 'By', shear: 'Sh', crystallize: 'Cz',
|
|
120
|
+
align: 'Al', wind: 'Wd', cohesion: 'Cn', pressure: 'Pr', hunt: 'Hu',
|
|
121
|
+
spawn: 'Sp', link: 'Lk', morph: 'Mo', resonate: 'Rs', spotlight: 'Sl',
|
|
122
|
+
pigment: 'Pm', fieldflow: 'Ff', warp: 'Wp', screen: 'Sc',
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* A sensory one-line headline for every force — what it *feels* like, the register the
|
|
126
|
+
* Lab's force card leads with. Distinct from `desc` (technical) and `example` (UI use).
|
|
127
|
+
* Four entries (gravity·morph·resonate·spotlight) are written to match this engine's real
|
|
128
|
+
* physics rather than the design bundle's simplified reading of those names.
|
|
129
|
+
*/
|
|
130
|
+
export const FORCE_SUMMARIES = {
|
|
131
|
+
// canonical nine
|
|
132
|
+
attract: 'Pulls matter into a well — an inverse-square gravity well bent into a spiral.',
|
|
133
|
+
repel: 'Pushes matter away — an inverted well that carves a clean void.',
|
|
134
|
+
swirl: 'Spins matter into a whirlpool — a tangential force that circles without collapsing.',
|
|
135
|
+
stream: 'Blows a directional current — a constant push along a fixed heading.',
|
|
136
|
+
viscosity: 'Thickens the medium — viscosity that bleeds momentum off.',
|
|
137
|
+
jet: 'A fountain — draws matter in, then jets it back out along a heading.',
|
|
138
|
+
tether: 'A tether with a rest length — holds matter at a fixed radius.',
|
|
139
|
+
wall: 'A surface that bounces — an elastic collision off a bounding box.',
|
|
140
|
+
sink: 'Swallows matter and holds it — accretion, then supernova at the cap.',
|
|
141
|
+
// natural primitives
|
|
142
|
+
gravity: 'A true inverse-square well — the real GM/d² law, softened at the core.',
|
|
143
|
+
charge: 'Coulomb attraction or repulsion — inverse-square, set by sign.',
|
|
144
|
+
magnetism: 'A force perpendicular to motion — bends a moving particle without doing work.',
|
|
145
|
+
thermal: 'Brownian agitation — random kicks that heat the medium.',
|
|
146
|
+
collide: 'Hard-sphere contact — particles bounce off one another.',
|
|
147
|
+
diffuse: 'Lays a trail and climbs it — matter follows the diffused mark up-gradient.',
|
|
148
|
+
propagate: 'A travelling wave — a disturbance that moves through the field.',
|
|
149
|
+
memory: 'A trace of where matter has been — past paths persist and pull.',
|
|
150
|
+
// designed-extended
|
|
151
|
+
lens: 'Bends passing tracks like refraction — focuses or scatters them.',
|
|
152
|
+
gate: 'A conditional aperture — passes some particles, blocks others.',
|
|
153
|
+
buoyancy: 'Lifts lighter matter and sinks heavier — density against a field.',
|
|
154
|
+
shear: 'Opposing currents at a boundary — a velocity gradient.',
|
|
155
|
+
crystallize: 'Snaps matter onto a lattice — order grown from a seed.',
|
|
156
|
+
align: 'Turns matter to a common heading — flocking orientation.',
|
|
157
|
+
wind: 'A broad, noisy current — turbulent drift across the field.',
|
|
158
|
+
cohesion: 'Mutual attraction within a group — a surface tension.',
|
|
159
|
+
pressure: 'Outward push from crowding — a density repulsion.',
|
|
160
|
+
hunt: 'Tracks and chases a target — pursuit steering.',
|
|
161
|
+
spawn: 'Seeds new matter at a source — emission of fresh particles.',
|
|
162
|
+
link: 'Binds two bodies with a constraint — rigid or elastic.',
|
|
163
|
+
morph: 'Matter assembles into a mark — a logo or chart grown from drifting particles, never words.',
|
|
164
|
+
resonate: 'A modifier that breathes — scales its sibling forces with a pulsing strength.',
|
|
165
|
+
spotlight: 'A modifier cone — confines its sibling forces to a directed beam.',
|
|
166
|
+
screen: "A quiet zone — other bodies' forces fade inside its radius, a shield of calm.",
|
|
167
|
+
pigment: 'Carries color through the medium — a dye that mixes.',
|
|
168
|
+
fieldflow: 'Follows the field lines — matter streams along the field a body radiates.',
|
|
169
|
+
warp: 'Relocates matter to a paired throat — a conserved wormhole, not a source or sink.',
|
|
170
|
+
};
|
|
171
|
+
/** The functional one-liner for every force — what it does, plainly (the Lab's EFFECT line). */
|
|
172
|
+
export const FORCE_EFFECTS = {
|
|
173
|
+
// canonical nine
|
|
174
|
+
attract: 'Draws particles inward.',
|
|
175
|
+
repel: 'Drives particles outward.',
|
|
176
|
+
swirl: 'Orbits particles around the body.',
|
|
177
|
+
stream: 'Carries particles down-heading.',
|
|
178
|
+
viscosity: 'Slows particles to rest.',
|
|
179
|
+
jet: 'Recycles the field into a stream.',
|
|
180
|
+
tether: 'Settles particles onto a shell.',
|
|
181
|
+
wall: 'Deflects particles, shedding energy.',
|
|
182
|
+
sink: 'Captures and conserves particles.',
|
|
183
|
+
// natural primitives
|
|
184
|
+
gravity: 'Pulls matter inward by gravity.',
|
|
185
|
+
charge: 'Pulls or pushes by polarity.',
|
|
186
|
+
magnetism: 'Curves paths at constant speed.',
|
|
187
|
+
thermal: 'Jitters particles, raises temperature.',
|
|
188
|
+
collide: 'Exchanges momentum on impact.',
|
|
189
|
+
diffuse: 'Lays and follows a trail.',
|
|
190
|
+
propagate: 'Carries matter outward on the wavefront.',
|
|
191
|
+
memory: 'Biases motion toward old tracks.',
|
|
192
|
+
// designed-extended
|
|
193
|
+
lens: 'Concentrates particles to a focus.',
|
|
194
|
+
gate: 'Filters the stream by a rule.',
|
|
195
|
+
buoyancy: 'Sorts particles by weight.',
|
|
196
|
+
shear: 'Tears layers past each other.',
|
|
197
|
+
crystallize: 'Locks particles into a grid.',
|
|
198
|
+
align: 'Combs velocities parallel.',
|
|
199
|
+
wind: 'Pushes everything down-wind.',
|
|
200
|
+
cohesion: 'Pulls neighbours into clusters.',
|
|
201
|
+
pressure: 'Spaces particles evenly apart.',
|
|
202
|
+
hunt: 'Steers toward a moving goal.',
|
|
203
|
+
spawn: 'Adds particles to the field.',
|
|
204
|
+
link: "Couples particles' motion.",
|
|
205
|
+
morph: 'Gathers particles into a shape.',
|
|
206
|
+
resonate: 'Pulses a sibling force.',
|
|
207
|
+
spotlight: 'Beams a sibling force into a cone.',
|
|
208
|
+
screen: "Damps neighbors' forces inside its radius.",
|
|
209
|
+
pigment: 'Tints particles as they pass.',
|
|
210
|
+
fieldflow: 'Streams matter along the field lines.',
|
|
211
|
+
warp: 'Teleports matter from one throat to its pair.',
|
|
212
|
+
};
|
|
213
|
+
/** Every force, in catalog order. The UI groups these by `family`. */
|
|
214
|
+
const FORCES_RAW = [
|
|
215
|
+
// ── canonical nine (§6) ──────────────────────────────────────────────────────
|
|
216
|
+
{
|
|
217
|
+
family: 'canonical',
|
|
218
|
+
token: 'attract',
|
|
219
|
+
label: 'Attract',
|
|
220
|
+
formula: 'v += û · (1 − d/r)² · S · 0.5 (+ orbital swirl)',
|
|
221
|
+
attrs: ['strength', 'range'],
|
|
222
|
+
desc: 'a soft gravity-like well, optionally bent into a spiral',
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
family: 'canonical',
|
|
226
|
+
token: 'repel',
|
|
227
|
+
label: 'Repel',
|
|
228
|
+
formula: 'v −= û · (1 − d/r)² · S · 0.5',
|
|
229
|
+
attrs: ['strength', 'range'],
|
|
230
|
+
desc: 'soft outward push — carves a void',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
family: 'canonical',
|
|
234
|
+
token: 'swirl',
|
|
235
|
+
label: 'Swirl',
|
|
236
|
+
formula: 'v += û⊥ · (1 − d/r)^1.4 · S · 0.45 · spin (+ 0.12 inward)',
|
|
237
|
+
attrs: ['strength', 'range', 'spin'],
|
|
238
|
+
desc: 'tangential swirl with light inward retention',
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
family: 'canonical',
|
|
242
|
+
token: 'stream',
|
|
243
|
+
label: 'Stream',
|
|
244
|
+
formula: 'v += ĥ · (1 − d/r)^1.1 · S · 0.5',
|
|
245
|
+
attrs: ['strength', 'range', 'angle'],
|
|
246
|
+
desc: 'a steady directional current along a heading',
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
family: 'canonical',
|
|
250
|
+
token: 'viscosity',
|
|
251
|
+
label: 'Viscosity',
|
|
252
|
+
formula: 'v −= v · (1 − d/r) · (0.05 + 0.07·S)',
|
|
253
|
+
attrs: ['strength', 'range'],
|
|
254
|
+
desc: 'viscosity — thickens the medium, bleeding momentum',
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
family: 'canonical',
|
|
258
|
+
token: 'jet',
|
|
259
|
+
label: 'Jet',
|
|
260
|
+
formula: 'feed: v += û·(1 − d/r)²·(0.25 + 0.15·S); at the nozzle (<24px): relaunch as a jet',
|
|
261
|
+
attrs: ['strength', 'range', 'angle'],
|
|
262
|
+
desc: 'a conduit — draws matter in, jets it out along a heading',
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
family: 'canonical',
|
|
266
|
+
token: 'tether',
|
|
267
|
+
label: 'Tether',
|
|
268
|
+
formula: 'v += û · (d − rest) · k; v *= 0.985, rest = 0.6·r',
|
|
269
|
+
attrs: ['strength', 'range'],
|
|
270
|
+
desc: 'a tether with a rest length — holds matter at a shell radius',
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
family: 'canonical',
|
|
274
|
+
token: 'wall',
|
|
275
|
+
label: 'Wall',
|
|
276
|
+
formula: 'inside box: push out the shallower axis, v_axis ← −0.85·v_axis',
|
|
277
|
+
attrs: [],
|
|
278
|
+
desc: 'an axis-aligned bouncing wall — sparks on hard impact',
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
family: 'canonical',
|
|
282
|
+
token: 'sink',
|
|
283
|
+
label: 'Sink',
|
|
284
|
+
formula: 'capture within absorbR; at capacity, release everything (supernova)',
|
|
285
|
+
attrs: ['absorb', 'max'],
|
|
286
|
+
desc: 'captures matter, holds it (conserved), then releases it',
|
|
287
|
+
},
|
|
288
|
+
// ── natural primitives (§20.10) ──────────────────────────────────────────────
|
|
289
|
+
{
|
|
290
|
+
family: 'natural',
|
|
291
|
+
token: 'gravity',
|
|
292
|
+
label: 'Gravity',
|
|
293
|
+
formula: 'F = G·M·d̂ / (d² + ε²), ε = r_s = 2GM/c²; |v| ≤ c',
|
|
294
|
+
attrs: ['strength', 'range'],
|
|
295
|
+
desc: 'true softened inverse-square — a real 1/d² law',
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
family: 'natural',
|
|
299
|
+
token: 'charge',
|
|
300
|
+
label: 'Charge',
|
|
301
|
+
formula: 'F = −σ·q·GM·d̂ / (d² + ε²)',
|
|
302
|
+
attrs: ['strength', 'range', 'spin'],
|
|
303
|
+
desc: 'the signed sibling of gravity — like repels, opposite attracts',
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
family: 'natural',
|
|
307
|
+
token: 'magnetism',
|
|
308
|
+
label: 'Magnetism',
|
|
309
|
+
formula: 'v ← rotate(v, θ), θ = q·spin·B·(1 − d/r)',
|
|
310
|
+
attrs: ['strength', 'range', 'spin'],
|
|
311
|
+
desc: 'the Lorentz force — curves a moving charge, doing no work',
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
family: 'natural',
|
|
315
|
+
token: 'thermal',
|
|
316
|
+
label: 'Thermal',
|
|
317
|
+
formula: 'v += √(2T) · ξ, T = S·(1 − d/r), ξ ~ N(0,1) per axis',
|
|
318
|
+
attrs: ['strength', 'range'],
|
|
319
|
+
desc: 'Langevin/Brownian agitation — a real temperature in the medium',
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
family: 'natural',
|
|
323
|
+
token: 'collide',
|
|
324
|
+
label: 'Collide',
|
|
325
|
+
formula: 'overlapping, approaching discs exchange normal momentum (e = S)',
|
|
326
|
+
attrs: ['strength', 'range'],
|
|
327
|
+
desc: 'elastic pairwise collision — the hard-sphere billiard force',
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
family: 'natural',
|
|
331
|
+
token: 'diffuse',
|
|
332
|
+
label: 'Diffuse',
|
|
333
|
+
formula: 'deposit φ; v += ∇φ · S; field blurs ∂φ/∂t = D∇²φ',
|
|
334
|
+
attrs: ['strength', 'range'],
|
|
335
|
+
desc: 'a pheromone field — deposit a mark and follow the diffused gradient',
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
family: 'natural',
|
|
339
|
+
token: 'propagate',
|
|
340
|
+
label: 'Propagate',
|
|
341
|
+
formula: 'pulse φ at the source; v += r̂·|∇φ|·S (ride the front out); ∂²φ/∂t² = c²∇²φ',
|
|
342
|
+
attrs: ['strength', 'range'],
|
|
343
|
+
desc: 'a travelling wave — particles ride the expanding front',
|
|
344
|
+
requiresEngagement: true, // wave emission only fires while b.on=true (data-hot or engaged)
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
family: 'natural',
|
|
348
|
+
token: 'memory',
|
|
349
|
+
label: 'Memory',
|
|
350
|
+
formula: 'M(x) += λ where matter sits; v += û · (1 − d/r)² · S · 0.5 · (1 + μ·M)',
|
|
351
|
+
attrs: ['strength', 'range'],
|
|
352
|
+
desc: 'the field remembers — occupancy wears in paths that pull harder',
|
|
353
|
+
},
|
|
354
|
+
// ── designed extended forces (§20.3) ─────────────────────────────────────────
|
|
355
|
+
{
|
|
356
|
+
family: 'extended',
|
|
357
|
+
token: 'lens',
|
|
358
|
+
label: 'Lens',
|
|
359
|
+
formula: 'v ← rotate(v, θ_max · (1 − d/r) · sign)',
|
|
360
|
+
attrs: ['strength', 'range', 'spin'],
|
|
361
|
+
desc: 'rotates velocity, preserving speed — bends paths without adding energy',
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
family: 'extended',
|
|
365
|
+
token: 'gate',
|
|
366
|
+
label: 'Gate',
|
|
367
|
+
formula: 'if v·n < 0: v −= 2(v·n)·n',
|
|
368
|
+
attrs: ['angle'],
|
|
369
|
+
desc: 'a one-way membrane — passes along its heading, reflects the reverse',
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
family: 'extended',
|
|
373
|
+
token: 'buoyancy',
|
|
374
|
+
label: 'Buoyancy',
|
|
375
|
+
formula: 'v_y −= (ρ_med − ρ_p)·g, ρ_p = base / (size·(1 + heat))',
|
|
376
|
+
attrs: ['strength', 'range'],
|
|
377
|
+
desc: 'a constant lift/sink by density — light matter rises, dense settles',
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
family: 'extended',
|
|
381
|
+
token: 'shear',
|
|
382
|
+
label: 'Shear',
|
|
383
|
+
formula: 'v∥ += S · (offset⊥ / r) · (1 − d/r)',
|
|
384
|
+
attrs: ['strength', 'range', 'angle'],
|
|
385
|
+
desc: 'a laminar velocity gradient — flow grows with perpendicular offset',
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
family: 'extended',
|
|
389
|
+
token: 'crystallize',
|
|
390
|
+
label: 'Crystallize',
|
|
391
|
+
formula: 'if heat < ½: v += (node − p)·k; v *= 0.9',
|
|
392
|
+
attrs: ['strength', 'range'],
|
|
393
|
+
desc: 'snaps cool matter onto a lattice; melts and frees it when hot',
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
family: 'extended',
|
|
397
|
+
token: 'align',
|
|
398
|
+
label: 'Align',
|
|
399
|
+
formula: 'v += (ĥ·|v| − v)·k, ĥ = neighbour-mean heading (or the body heading)',
|
|
400
|
+
attrs: ['strength', 'range', 'angle'],
|
|
401
|
+
desc: 'steers toward a heading, preserving speed — flock alignment',
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
family: 'extended',
|
|
405
|
+
token: 'wind',
|
|
406
|
+
label: 'Wind',
|
|
407
|
+
formula: 'v += curl(ψ)·S, ψ = sin(x·s + 0.2t)·cos(y·s − 0.2t)',
|
|
408
|
+
attrs: ['strength', 'range'],
|
|
409
|
+
desc: 'divergence-free curl-noise turbulence',
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
family: 'extended',
|
|
413
|
+
token: 'cohesion',
|
|
414
|
+
label: 'Cohesion',
|
|
415
|
+
formula: 'neighbours: push if d < r₀, pull if r₀ < d < r₁',
|
|
416
|
+
attrs: ['strength', 'range'],
|
|
417
|
+
desc: 'short-range pressure + mid-range pull — surface tension',
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
family: 'extended',
|
|
421
|
+
token: 'pressure',
|
|
422
|
+
label: 'Pressure',
|
|
423
|
+
formula: 'ρ = Σ W(d, h); v += −k·(ρ − ρ₀)·∇W (push down the density gradient)',
|
|
424
|
+
attrs: ['strength', 'range'],
|
|
425
|
+
desc: 'SPH density relaxation — incompressible even-fill via mutual repulsion',
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
family: 'extended',
|
|
429
|
+
token: 'hunt',
|
|
430
|
+
label: 'Hunt',
|
|
431
|
+
formula: 'predator: v += seek(nearest prey)·S; prey: v += flee(nearest predator)·S',
|
|
432
|
+
attrs: ['strength', 'range'],
|
|
433
|
+
desc: 'two-species pursuit — predators seek prey, prey flee predators',
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
family: 'extended',
|
|
437
|
+
token: 'spawn',
|
|
438
|
+
label: 'Spawn',
|
|
439
|
+
formula: 'while engaged: emit S·2 particles/frame along the heading, each living ~90 frames',
|
|
440
|
+
attrs: ['strength', 'angle'],
|
|
441
|
+
desc: 'a source [S] — creates matter along the heading, budgeted by a lifespan + pool ceiling',
|
|
442
|
+
requiresEngagement: true, // source only fires while b.on=true — add data-hot to demo chips
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
family: 'extended',
|
|
446
|
+
token: 'link',
|
|
447
|
+
label: 'Link',
|
|
448
|
+
formula: 'neighbours: e = d − L; v += ½k·(e/L)·û (holds rest length L = range·0.35)',
|
|
449
|
+
attrs: ['strength', 'range'],
|
|
450
|
+
desc: 'a Verlet distance constraint — ropes, chains, cloth, soft structures',
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
family: 'extended',
|
|
454
|
+
token: 'morph',
|
|
455
|
+
label: 'Morph',
|
|
456
|
+
formula: 'assign p → target t (hash of gx); v += (t − p)·k + jitter·(1 − arrived)',
|
|
457
|
+
attrs: ['strength', 'target'],
|
|
458
|
+
desc: 'matter assembles into a mark / chart / logo — never words (§11)',
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
family: 'extended',
|
|
462
|
+
token: 'resonate',
|
|
463
|
+
label: 'Resonate',
|
|
464
|
+
formula: 'modifier: scales sibling S by S(t) = 1 + sin(ω·t)',
|
|
465
|
+
attrs: ['strength', 'spin'],
|
|
466
|
+
desc: 'pulses its sibling forces with a time-varying strength',
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
family: 'extended',
|
|
470
|
+
token: 'spotlight',
|
|
471
|
+
label: 'Spotlight',
|
|
472
|
+
formula: 'modifier: gates siblings outside an angular cone of the heading',
|
|
473
|
+
attrs: ['angle'],
|
|
474
|
+
desc: 'a directional gate — confines sibling forces to a beam',
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
family: 'extended',
|
|
478
|
+
token: 'screen',
|
|
479
|
+
label: 'Screen',
|
|
480
|
+
formula: 'modifier: other bodies\' force on matter inside r is scaled by clamp(1 − S·(1 − d/r)², min, 1)',
|
|
481
|
+
attrs: ['strength', 'range', 'screen-min'],
|
|
482
|
+
desc: "a quiet zone — attenuates other bodies' forces inside its radius (shield, never global)",
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
family: 'extended',
|
|
486
|
+
token: 'pigment',
|
|
487
|
+
label: 'Pigment',
|
|
488
|
+
formula: 'on overlap: c_p ← mix(c_p, tint, rate); the color advects with matter',
|
|
489
|
+
attrs: ['range', 'color'],
|
|
490
|
+
desc: 'conserved color transport — matter takes on and carries a tint',
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
family: 'extended',
|
|
494
|
+
token: 'fieldflow',
|
|
495
|
+
label: 'Field Flow',
|
|
496
|
+
formula: 'n̂ = netField/|netField|; v += (n̂·|v| − v)·k_steer + n̂·gain·a_accel, gain = S·(1 − d/r)',
|
|
497
|
+
attrs: ['strength', 'range'],
|
|
498
|
+
desc: 'follow the field lines — steer onto and stream down the net field a body radiates',
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
family: 'extended',
|
|
502
|
+
token: 'warp',
|
|
503
|
+
label: 'Warp',
|
|
504
|
+
formula: 'within absorbR: p ← pairCentre + R(twist)·û·(absorbR·scale + 6); v ← R(twist)·v',
|
|
505
|
+
attrs: ['absorb', 'pair'],
|
|
506
|
+
desc: 'a wormhole throat — relocates matter (conserved) to its data-pair body, twisted/scaled',
|
|
507
|
+
},
|
|
508
|
+
];
|
|
509
|
+
/** Every force with its color, symbol, copy, and calibration state merged in. Grouped by `family`. */
|
|
510
|
+
export const MANUAL_FORCES = FORCES_RAW.map((e) => ({
|
|
511
|
+
...e,
|
|
512
|
+
symbol: FORCE_SYMBOLS[e.token] ?? e.label.slice(0, 2),
|
|
513
|
+
summary: FORCE_SUMMARIES[e.token] ?? e.desc,
|
|
514
|
+
effect: FORCE_EFFECTS[e.token] ?? '',
|
|
515
|
+
color: FORCE_COLORS[e.token] ?? '#ffffff',
|
|
516
|
+
example: FORCE_EXAMPLES[e.token] ?? '',
|
|
517
|
+
}));
|
|
518
|
+
/** The cosmology/weather presets, as compositions (§20.9). */
|
|
519
|
+
export const MANUAL_PRESETS = [
|
|
520
|
+
{ name: 'blackhole', tokens: ['attract', 'swirl', 'sink', 'lens'], desc: 'a well, an accretion disk, an event horizon, and lensing', example: 'A dramatic focal element — the field pours in, circles, and is swallowed.' },
|
|
521
|
+
{ name: 'whitehole', tokens: ['repel', 'stream'], desc: 'an emission horizon that throws matter out', example: 'A source that only emits — the field is pushed away and downwind.' },
|
|
522
|
+
{ name: 'star', tokens: ['gravity', 'thermal'], desc: 'hydrostatic equilibrium — gravity balanced by thermal pressure', example: 'A balanced body — gravity’s pull held off by thermal pressure.' },
|
|
523
|
+
{ name: 'quasar', tokens: ['attract', 'swirl', 'sink', 'lens', 'jet'], desc: 'an accreting black hole with polar jets', example: 'An accreting core with bright jets firing from its poles.' },
|
|
524
|
+
{ name: 'galaxy', tokens: ['attract', 'swirl', 'viscosity', 'lens'], desc: 'a spiral disk that settles into a plane', example: 'A spiral that winds the field into arms and settles into a disk.' },
|
|
525
|
+
{ name: 'nebula', tokens: ['thermal', 'viscosity', 'buoyancy'], desc: 'a warm, slow cloud with rising wisps', example: 'A warm, slow cloud — the field churns and light wisps rise.' },
|
|
526
|
+
{ name: 'tornado', tokens: ['swirl', 'stream', 'viscosity'], desc: 'a funnel with an updraft, calmed at the edges', example: 'A funnel that swirls the field up its axis, ragged at the edges.' },
|
|
527
|
+
{ name: 'fountain', tokens: ['spawn', 'gravity'], desc: 'a class-[S] source jetting matter up, arcing home under gravity', example: 'A literal fountain — matter sprays upward and falls back in an arc.' },
|
|
528
|
+
];
|
|
529
|
+
/** The `data-when` condition gates (§5). */
|
|
530
|
+
export const MANUAL_CONDITIONS = [
|
|
531
|
+
{ id: 'active', desc: 'the element is engaged (hover / focus / tap)' },
|
|
532
|
+
{ id: 'fast', desc: 'the particle is moving quickly' },
|
|
533
|
+
{ id: 'slow', desc: 'the particle is moving slowly' },
|
|
534
|
+
{ id: 'hot', desc: 'the particle is hot' },
|
|
535
|
+
{ id: 'cool', desc: 'the particle is cool' },
|
|
536
|
+
{ id: 'scrolling', desc: 'the page is actively scrolling' },
|
|
537
|
+
];
|
|
538
|
+
/** The four fundamental fields as a runtime list (for validation + iteration). */
|
|
539
|
+
export const FUNDAMENTAL_FIELDS = ['gravity', 'electromagnetic', 'strong', 'weak'];
|
|
540
|
+
/** Every force token's translation kind (covers all of MANUAL_FORCES; checked by a test). */
|
|
541
|
+
export const FORCE_KIND = {
|
|
542
|
+
// canonical nine — designed UI verbs (attract is not gravity; repel is not charge)
|
|
543
|
+
attract: 'designed', repel: 'designed', swirl: 'designed', stream: 'designed', viscosity: 'designed',
|
|
544
|
+
jet: 'designed', tether: 'designed', wall: 'designed', sink: 'designed',
|
|
545
|
+
// natural — direct field expressions, derived behaviors, and one metric
|
|
546
|
+
gravity: 'primitive', charge: 'primitive', magnetism: 'primitive', propagate: 'primitive',
|
|
547
|
+
thermal: 'derived', collide: 'derived', diffuse: 'derived', memory: 'metric',
|
|
548
|
+
// designed-extended verbs
|
|
549
|
+
lens: 'designed', gate: 'designed', buoyancy: 'designed', shear: 'designed', wind: 'designed',
|
|
550
|
+
hunt: 'designed', spawn: 'designed', resonate: 'designed', spotlight: 'designed', warp: 'designed',
|
|
551
|
+
screen: 'designed',
|
|
552
|
+
// strong/weak material analogues
|
|
553
|
+
crystallize: 'analogue', align: 'analogue', cohesion: 'analogue', pressure: 'analogue', link: 'analogue',
|
|
554
|
+
morph: 'analogue',
|
|
555
|
+
// transport — motion along field structure
|
|
556
|
+
fieldflow: 'transport', pigment: 'transport',
|
|
557
|
+
};
|
|
558
|
+
/** The fundamental-field parent for tokens that translate one (omitted for designed/derived/metric/transport with no single parent). */
|
|
559
|
+
export const FORCE_FIELD = {
|
|
560
|
+
gravity: 'gravity',
|
|
561
|
+
charge: 'electromagnetic', magnetism: 'electromagnetic', propagate: 'electromagnetic',
|
|
562
|
+
crystallize: 'strong', align: 'strong', cohesion: 'strong', pressure: 'strong', link: 'strong',
|
|
563
|
+
morph: 'weak',
|
|
564
|
+
};
|
|
565
|
+
/** A token's translation classification: its kind, and its fundamental-field parent if it has one. */
|
|
566
|
+
export function classifyForce(token) {
|
|
567
|
+
return { kind: FORCE_KIND[token], field: FORCE_FIELD[token] };
|
|
568
|
+
}
|
|
569
|
+
/** The four fundamental fields as interface grammar — the spine of the Natural Field Translation System. */
|
|
570
|
+
export const NATURAL_FIELDS = [
|
|
571
|
+
{
|
|
572
|
+
field: 'gravity',
|
|
573
|
+
title: 'Gravity',
|
|
574
|
+
translation: 'priority, convergence, hierarchy',
|
|
575
|
+
summary: 'the field of what matters — important bodies bend attention and gather related matter into stable wells.',
|
|
576
|
+
interfaceUses: ['priority', 'ranking', 'search relevance', 'centrality', 'anchoring', 'settling', 'attention wells'],
|
|
577
|
+
expressions: Object.keys(FORCE_FIELD).filter((t) => FORCE_FIELD[t] === 'gravity'),
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
field: 'electromagnetic',
|
|
581
|
+
title: 'Electromagnetic',
|
|
582
|
+
translation: 'polarity, signal, field lines, flow',
|
|
583
|
+
summary: 'the field of difference and signal. Electric fields push; magnetic fields bend; fieldflow carries.',
|
|
584
|
+
interfaceUses: ['polarity', 'contrast', 'signal', 'routing', 'state opposition', 'field lines', 'guided flow', 'activation'],
|
|
585
|
+
expressions: Object.keys(FORCE_FIELD).filter((t) => FORCE_FIELD[t] === 'electromagnetic'),
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
field: 'strong',
|
|
589
|
+
title: 'Strong',
|
|
590
|
+
translation: 'binding, cohesion, structure',
|
|
591
|
+
summary: 'the field of what holds together — groups, clusters, bonds, constraints, and durable local structure.',
|
|
592
|
+
interfaceUses: ['grouping', 'relationship strength', 'clusters', 'bonds', 'constraints', 'local structure', 'material integrity'],
|
|
593
|
+
expressions: Object.keys(FORCE_FIELD).filter((t) => FORCE_FIELD[t] === 'strong'),
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
field: 'weak',
|
|
597
|
+
title: 'Weak',
|
|
598
|
+
translation: 'transformation, decay, release',
|
|
599
|
+
summary: 'the field of change — fading, mutation, release, phase shift, expiration, and handoff.',
|
|
600
|
+
interfaceUses: ['state change', 'release', 'decay', 'expiration', 'handoff', 'transformation', 'instability'],
|
|
601
|
+
expressions: Object.keys(FORCE_FIELD).filter((t) => FORCE_FIELD[t] === 'weak'),
|
|
602
|
+
},
|
|
603
|
+
];
|
|
604
|
+
//# sourceMappingURL=manual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manual.js","sourceRoot":"","sources":["../../src/config/manual.ts"],"names":[],"mappings":"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"}
|