Skip to content

ryanhagerty/lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning

A Three.js Web Audio API experiment.

Lightning visualizes audio data in 3D. It splits channels and measures audio frequencies to determine the speed and strength of its visualization.

Ultimately it reached a terminal point due to limitations of the native web audio API. That's OK; it's still fun and cool.

screenshot of demo where wireframe reacts to sound

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About

Three.js and Web Audio API visualization experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published