/play-music-particle-visualizer

Reverse Engineering of Google Play Music Particle Visualizer

Primary LanguageTypeScript

Play Music Particle Visualizer

Live Demo Here

Reverse engineering for a music visualizer in a discontinued music stream service Google Play Music.

Here is a YouTube video demonstrates what it should be.

Original minified JavaScript source code and extracted shaders could be found in ./reference.

Run

Build and run in debug mode on your local machine:

pnpm run serve

Build

Build for release with minification:

pnpm run build

Credit

Build script is modified from @sitdisch/esbuild-plugin-glslx