From 79638d5fa42558e6acbce47606f0572884b557f8 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 24 May 2026 21:00:03 +0100 Subject: [PATCH] Update description --- assets/icons/close.svg | 5 + index.html | 50 ++++---- src/config.ts | 2 +- src/index.ts | 5 + src/style/_panels.scss | 251 ++++++++++++++++++++++++++++++++++------- 5 files changed, 254 insertions(+), 59 deletions(-) create mode 100644 assets/icons/close.svg diff --git a/assets/icons/close.svg b/assets/icons/close.svg new file mode 100644 index 0000000..ae3fbc7 --- /dev/null +++ b/assets/icons/close.svg @@ -0,0 +1,5 @@ + + + diff --git a/index.html b/index.html index fadc28f..1414388 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ @@ -22,7 +22,7 @@ @@ -35,7 +35,7 @@ @@ -46,7 +46,7 @@ "@type": "WebApplication", "name": "Fleeting Garden", "url": "https://schmelczer.dev/fleeting/", - "description": "Tend it while you can. The garden returns to weather either way. A WebGPU drawing toy in your browser.", + "description": "Plant colour, fold gestures with mirrors, and watch small agents turn each brushstroke into a shifting WebGPU garden.", "image": "https://schmelczer.dev/fleeting/og-image.jpg", "applicationCategory": "DesignApplication", "operatingSystem": "Any", @@ -118,35 +118,47 @@ id="info-panel" class="hidden info-page" role="region" - aria-label="About panel" + aria-labelledby="info-panel-title" aria-hidden="true" tabindex="-1" inert > -
-

Fleeting Garden

-

+

+
+ +
+

About

+

Fleeting Garden

+
+ +
+ +

A garden is what we tend; the wild is what we get the moment we look away. Both happen here at once. Your strokes plant colour, small agents follow them, branch off, and slowly rewrite the patch you laid down into something you didn't quite plan.

-

- Three swatches plant the line. The eraser carves a clearing. The mirror folds - one gesture into many, like footpaths around a hidden well. -

-

- Switch vibes to change the season; your shapes stay, the light moves. Add or - quiet the piano. Restart when you want a fresh field. Take a snapshot if you - want to keep one particular instant of weather. -

-

+ +

    +
  • Three swatches plant the line; the eraser carves a clearing.
  • +
  • The mirror folds one gesture into many.
  • +
  • The arrows change the season.
  • +
+ +

Built with WebGPU, running locally in your browser. More of my work at schmelczer.dev.

-
+