Interactive Cyberpunk Background Effect
Experience the future with this dynamic, customizable background effect featuring matrix rain, interactive particles, and network visualizations. Move your mouse around to interact with the particles!
Authentic matrix-style falling characters with customizable speed and appearance
Particles that respond to mouse movement with realistic physics and animation
Dynamic network visualization with data packet effects and glowing connections
Customize colors, speeds, particle density, and all visual effects
Optimized for all screen sizes and device types
Includes themed CSS classes for seamless integration
// Basic usage
const particles = new CyberMatrixParticles();
// With custom options
const particles = new CyberMatrixParticles({
particleColor: '#ff6b6b',
particleDistance: 80,
showMatrixRain: true
});