CyberMatrix Particles

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!

🌧️ Matrix Rain

Authentic matrix-style falling characters with customizable speed and appearance

🎯 Interactive Particles

Particles that respond to mouse movement with realistic physics and animation

🌐 Network Connections

Dynamic network visualization with data packet effects and glowing connections

⚙️ Fully Configurable

Customize colors, speeds, particle density, and all visual effects

📱 Responsive Design

Optimized for all screen sizes and device types

🎨 CSS Integration

Includes themed CSS classes for seamless integration

Quick Start

// Basic usage
const particles = new CyberMatrixParticles();

// With custom options
const particles = new CyberMatrixParticles({
  particleColor: '#ff6b6b',
  particleDistance: 80,
  showMatrixRain: true
});
📁 Package Files