Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.05 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.05 KB

3D Music Visualization

About

3D visualization of music using Three.js and web audio API

Try it here

Main screen

Additional screen

Technologies

  • Language: TS, JS
  • Library: THREE.js
  • Technologies: Web Audio API, Webpack

Installing

Firstly clone the project.

git clone https://github.com/l1ve4code/3d-music-visualizer.git

Secondly install dependencies

npm install

Thirdly run project

For watch

npm run watch

For build

npm run build

Author

Contributors ✨


Liverdox