Ukiyo-e Woodblock
Carp Banner
Three koi-nobori carp streamers ripple on a pole above stylised waves, a cream sun, and an indigo Fuji-like cone. Classic woodblock flat-color planes.
canvasmedium complexitymoderate 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
Ambient backgrounds for Japanese-themed or cultural content, hero sections needing calm looping motion with a painterly aesthetic.
When not to
Light or colorful backgrounds — sky and waves are hardcoded dark navy. Contexts needing user interaction or text legibility over the canvas.
Working with an AI agent
Every component ships agent-ready metadata. An example instruction for this one:
Change the three carp colors to gold, green, and white by editing the col/col2 arguments in the three carp() calls in drawScene(), e.g. replace CORAL with "#c8a830". 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
- carp colors (col/col2 args in drawScene)
- ripple speed (t+=0.016)
- wave amplitude multiplier (0.42)
- number of scale rows (rows=4)
- carp lengths (L*0.98, L*0.86, L*0.72)
- pole x position (px=W*0.10)
- theme tokens (:root dark defaults + [data-theme=light] overrides)
Keep intact
- Float32Array segment buffers (topY/botY/midY) — allocated once for perf
- visibilitychange pause guard
- prefers-reduced-motion static fallback
- IIFE wrapper
- theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)
Known limitations
- Background color hardcoded in CSS and palette — must change both BG var and CSS to retheme
- No interactivity — purely passive, no pointer or click response
- t bounded at 2000π to avoid float drift — changing sin frequencies may require updating this bound
More Ukiyo-e Woodblock components
- Wave CrestA stylized ukiyo-e-inspired cresting wave with curling foam claws, an indigo sea gradient, Fuji-like cone, and coral sun — all drawn procedurally on canvas.
- Rain Lines96 diagonal rain streaks fall over layered indigo/coral hill bands and a village silhouette beneath a bokashi cream sky with a pale moon disc.
- Crane Glide7 cranes with flapping wings glide across flat indigo/teal bands past a coral sun and Mt. Fuji silhouette, with scrolling wave crests.
- Blossom Fall110 sakura petals drift and flutter down over an indigo-to-coral bokashi sky with a stylised woodblock mountain and bare branch silhouette.
- Mountain ConeSnow-capped Fuji cone under a bokashi sky cycling night-dawn-day-dusk every 24s; sun/moon disc arcs overhead while 7 cranes drift across.
- Koi RippleA kohaku koi undulates across a dark pond as four concentric ripple rings expand and coral petals drift, all rendered in woodblock palette.