Playful Geometric Notation
A Line Goes Walking
A single ink line wanders the warm paper canvas step by step, tracing a random path from a teal start-dot to a terracotta head; fades and resets on a loop.
canvasmedium complexitysubtle motion
Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited
Worth keeping?
Votes steer what gets built next — sign in to cast one, free to read
When to use it
Art-themed backgrounds, creative portfolio hero sections, generative-art or Bauhaus-inspired aesthetic contexts.
When not to
Content-heavy layouts where gentle looping motion competes with reading; contexts requiring pure static illustration.
Working with an AI agent
Every component ships agent-ready metadata. An example instruction for this one:
Change MAX to 60 for a longer path, set INK to '#1a1a2e' for a darker line, and increase the step range from 18+34 to 30+50 for wider strides. Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.
Safe to edit
- segment count (MAX=42)
- step size range (18+Math.random()*34)
- ink color (INK='#2a2620')
- start-dot color (TEAL='#3a8a8c')
- head-dot color (TERRA='#c96f4a')
- fade duration (1.7 seconds)
- theme tokens (:root dark defaults + [data-theme=light] overrides)
Keep intact
- IIFE wrapper
- prefers-reduced-motion guard (REDUCED)
- visibilitychange pause/resume
- DPR-aware fitCanvas()
- theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)
Known limitations
- Background color is hardcoded in both CSS (#efe7d6) and canvas fill — must change in two places
- No pointer interactivity; purely autonomous
More Playful Geometric Notation components
- Magic Square7x5 grid of color blocks in terracotta, teal, mustard, slate, and plum that slowly breathe — scaling and shifting saturation — evoking a Bauhaus…
- Arrow FieldA grid of colored arrows rotates and pulses in a slow flow-field current, each pointing direction driven by sine waves and radial angle from center.
- Glyph GardenChildlike pictographs — fish, moon, arrow, face, tree, star, boat — drawn stroke-by-stroke on warm paper, held, then erased and reseeded in a cycling grid.
- Polyphony GridA 16x6 color grid swept by a column playhead; active cells flash with scale and glow on each pass, voices re-seeded each lap for evolving compositions.
- Twittering ContraptionFour Bauhaus-style wire birds bob on a horizontal wire and chirp musical notes while a hand-crank below spins. Inspired by Bauhaus's 1922 painting.
- Colour Staircase9 color-graduated bars ascend like a staircase, each breathing in height and marching hue in staggered CSS keyframe loops. Warm parchment background.