mervyn-teo/dsh-plugin-dvd-bounce

mervyn-teo★ 0JavaScriptLast synced: 2026-08-15

Open on GitHub

README excerpt

dsh-plugin-dvd-bounce English 中文 A DeepSeek Harness (DSH) Web plugin that floats a disc-less DVD wordmark over the page and bounces it off the browser edges, the way the old DVD-logo screensaver did. Every time it hits an edge it reverses direction and cycles to a new colour. It is a client-only bundle plugin (no host logic) that loads on every boot. Demo What it does - Registers a click-through surface on the frame-wide shell.overlay slot, so the logo floats above the app and never blocks anything underneath. - Starts at a random position with a random diagonal heading, then drifts. - Reverses its horizontal or vertical direction each time it reaches an edge. - Shifts the wordmark colour (a cycling hue) on every bounce. - Nothing runs in the DSH host process — the whole effect lives in the browser. Files File Purpose lib/client.js Browser half — the floating wordmark and its animation loop. lib/index.js Host half — a no-op; the plugin ships only for its client half. lib/invariant.js Registers the plugin with the DSH invariants service. cordis.patch.yml Composition patch that inserts the plugin row. package.json Package metadata ( dsh.bundle + dsh.client manifest). Install Then res…

View full README on GitHub →
Tools / Devcordisdeepseek-harnessdshdsh-plugindvdscreensaver

Category