SoundUniverse

Keeping up with my attemt to make art using code. This makes beautiful bubble visualization based on music. I followed this tutorial from hackclub. In the process i also learnt about Fourier transformation and how it is used to filter out different frequencies of sound. This is a good video on YouTube.

To run

Clone this repo and simply serve it with any server. I use http-serve.

npm install http-serve -g
http-serve

Develope

You can modify the Particle.update function to create your own visualizations.