[claude] Matrix-style falling code rain background (#262) #334
Reference in New Issue
Block a user
Delete Branch "claude/issue-262"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #262
Adds a Matrix-style falling code rain effect in a dedicated background layer behind the Three.js scene.
What changed
app.js: Creates a<canvas id="matrix-rain">before the WebGL canvas is appended. Columns of katakana/hex/numeral characters fall at ~20fps with a semi-transparent black fade trail. The Three.js renderer is switched toalpha: truewith a transparent clear color so the rain shows through the scene.style.css: Adds#matrix-rain { z-index: 0; opacity: 0.18 }— subtle enough not to overpower the 3D elements but clearly visible as an atmospheric layer.