Organic & Nature
Lichen Spread
Crinkle-edged lichen colonies grow in concentric rings over a speckled stone field; pointer nudges the nearest colony to pulse.
canvasheavy complexitysubtle motionpointer
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
Nature or science-themed ambient backgrounds, generative art hero sections, or any context needing slow organic growth motion.
When not to
Layouts requiring legible content overlay — the dense ring pattern competes with text. Avoid on low-end mobile due to per-frame stone blit and speckle loops.
Working with an AI agent
Every component ships agent-ready metadata. An example instruction for this one:
Change the dominant palette to rust/terracotta by replacing palettes[0] with ['#7a4a2e','#b06b3e','#d4956a','#edd5b0'], and set n0 to 6 to reduce colony count. 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
- colony count (n0, lines 59-60)
- palette arrays (palettes[])
- growth speed (cl.grow += 0.006)
- max colony radius ((0.12+Math.random()*0.22)*S)
- crinkle wobble (wob=0.018+(1-base)*0.05)
- breathe amplitude (0.012)
- theme tokens (:root dark defaults + [data-theme=light] overrides)
Keep intact
- offscreen stoneCv blit pattern (critical for perf)
- visibilitychange stop/start guards
- prefers-reduced-motion static render branch
- IIFE wrapper
- theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)
Known limitations
- Stone field rebuilt on resize — brief flash on orientation change
- No touch-specific interaction beyond pointer events
- No aria semantics — purely decorative canvas
More Organic & Nature components
- Growing VineA sinuous green vine grows upward sprouting 14 alternating leaves and a pale bud tip, then retracts in a seamless loop on a dark forest background.
- Flickering FireAdditive-blended ember particles rise from a glowing orange base, flickering like a real flame; cursor pans left/right to fan the fire sideways.
- Water RippleConcentric ripple rings expand across a deep teal water surface with shimmering caustic bands; tap anywhere to drop a new ripple. Auto-drops periodically.
- Lightning BoltJagged lightning bolts with branching forks strike randomly down a dark storm-sky canvas; screen flashes rust-white on each strike. Tap to trigger instantly.
- Falling SnowUp to 110 depth-layered snowflakes drift and sway down a dark blue gradient; pointer movement shifts a wind force that nudges the entire flurry sideways.
- Drifting CloudsPuffy white clouds with radial-gradient puffs and soft blue undersides drift across a layered sky gradient; pointer nudges them forward.