Skip to content

todaylg/WebVR-Audio-Visualizer

Repository files navigation

WebVR-Audio-Visualizer

A WebVR Audio Visualizer,Basic on Aframe and Three.js.

image

Beat Detect

1.PreAnalysis

Detect the rhythm of the song's climax.

Learn the Detect Method from JMPerez

2.RealTimeAnalysis

Detect the rhythm of the basic part of the song.

Learn the Detect Method from stasilo

Componet Structure

image

Visual Effect

1.Graffiti.

image

2.Wave

image

simplex noise taking color

image

3.Ring Particle

image

4.Spray Particle

image

5.Spectrum

image

simplex noise taking color

image

Learn a lot from Inside Music and Kframe

tested on Mobile\PC, no money to buy Vive

Devlopment

you need install parcel first.(yarn or npm)

yarn global add parcel-bundler
or
npm install -g parcel-bundler

then

yarn
or
npm install

then

$ parcel index.html