Cursor-aware floating shapes in About section #3

Merged
iamdoubz merged 2 commits from feature_cursor_shapes into main 2026-06-26 17:58:20 -05:00
2 Commits
Author SHA1 Message Date
iamdoubz 9867d560ca Merge branch 'main' into feature_cursor_shapes 2026-06-26 17:58:12 -05:00
iamdoubz ac64ea1450 Cursor-aware floating shapes in About section
Spheres feel the cursor: within range they get an electric attraction
(inverse-distance pull) and shoot onto the cursor, sticking with a glow +
scale-up. Yank the cursor away fast to fling them free; they spring back to
their idle bob. Replaces drei <Float> with a manual idle bob + physics so the
attraction can take over. Cursor tracked via window listener since the canvas
is pointer-events-none behind the text.
2026-06-26 17:55:03 -05:00