Circle Cipher

A cursor-following glyph trail — speed-gated brush lights cells on a Canvas2D grid, characters fade as the signal decays.

Move your cursor

Customize

Cell size (px)12px
Spread (px)142px
Persistence1.8
Opacity100%
Color
Charset
Fade trail

Usage

import { CircleCipher } from "@/components/lazy-ui/circle-cipher";

export function Demo() {
  return (
    <div className="relative h-96 w-full overflow-hidden bg-black">
      <CircleCipher color="#00ff00" />
    </div>
  );
}