Hello, just thought I’d share a three.js powered music visualizer that I’ve been working on: https://vizz.fm/
Few random details that come to mind:
- Audio is processed through the Web Audio API (AnalyserNode, configurable FFT size, smoothing, dB range, etc)
- There’s a stackable post-processing pipeline using EffectComposer
- A full preset system with save/load + URL-shareable presets
- Frame-rate independent animation
- UI is built with Tweakpane
- Huge emphasis on performance
Please give it a try and lmk what you think!


