JIT
Three.js hacker mask particle animation
Create a Three.js website animation that renders a hacker mask face (Guy Fawkes–style) using thousands of small glowing green dots (particles). The dots should form the full face shape (eyes, eyebrows, mustache, smile outline). Animation requirements: The dots gently float and jitter as if made of digital particles Subtle wave / noise motion across the face Slight depth (3D parallax) so the face looks three-dimensional Mouse movement slightly rotates the mask in 3D space Soft neon-green glow on dots Technical requirements: Use Three.js only (no external engines) Use BufferGeometry + PointsMaterial Black background Optimized for website hero section Responsive to screen size Smooth animation using requestAnimationFrame Style: Cyberpunk / hacker aesthetic Matrix-like green particles Clean, minimal UI (no UI elements, only animation)

I'll create a Three.js hacker mask animation for you. This will be a complete HTML file with a Guy Fawkes mask made of glowing green particles.

Write file
Created hacker mask particle animation
v1