Аудиовизуализация в стиле Milkdrop на WebGL
★ 6.8 · general
2000s-visualization-expert is a Claude Code skill that recreates psychedelic music visualizations in the style of Milkdrop, AVS, and Geiss using modern WebGL and Web Audio APIs. It covers Butterchurn integration (the WebGL Milkdrop port, 1.7k GitHub stars, MIT licensed), FFT data extraction via AnalyserNode with proper logarithmic frequency mapping, GLSL fragment shaders with bass/mid/treble uniforms, and full-screen audio-reactive experiences with preset systems and blend transitions. The skill also documents common anti-patterns — suspended AudioContext, linear FFT display, missing smoothingTimeConstant, requestAnimationFrame leaks — along with an integration checklist and GPU performance tips. It's aimed at developers building immersive browser-based music visualizers, and explicitly excludes simple spectrum bar charts, static waveform displays, and video editing tasks.