From fbbd4af50cffbeec370e95182eda57ddef93c80e Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Tue, 28 Jul 2026 18:21:17 +0200 Subject: [PATCH] feat(deck): add mycelial-network visualization Animated SVG: unseen underground mycelium (the tech foundation) feeds surface "flower" locations, with faint future flowers showing new nodes sprout cheaply once the network runs. Respects prefers-reduced-motion. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/deck/components/MyceliumNetwork.vue | 336 ++++++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 src/deck/components/MyceliumNetwork.vue diff --git a/src/deck/components/MyceliumNetwork.vue b/src/deck/components/MyceliumNetwork.vue new file mode 100644 index 0000000..d8b2293 --- /dev/null +++ b/src/deck/components/MyceliumNetwork.vue @@ -0,0 +1,336 @@ + + + + +