https://github.com/l1ve4code/3d-music-visualizer-v2
3D visualization of music using Three.js and web audio API.
https://github.com/l1ve4code/3d-music-visualizer-v2
js music-visualizer npm threejs ts webaudio-api webpack
Last synced: 4 days ago
JSON representation
3D visualization of music using Three.js and web audio API.
- Host: GitHub
- URL: https://github.com/l1ve4code/3d-music-visualizer-v2
- Owner: l1ve4code
- License: mit
- Created: 2023-10-09T18:45:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T17:21:25.000Z (over 2 years ago)
- Last Synced: 2025-09-10T05:36:40.761Z (7 months ago)
- Topics: js, music-visualizer, npm, threejs, ts, webaudio-api, webpack
- Language: TypeScript
- Homepage:
- Size: 5.68 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
3D Music Visualization v2
## About
3D visualization of music using Three.js and web audio API
[Try it here](https://l1ve4code.github.io/3d-music-visualizer-v2/)
### Main screen

### Technologies
* Language: **TS, JS**
* Library: **THREE.js**
* Technologies: **Web Audio API, Webpack**
## Installing
**Firstly** clone the project.
```git
git clone https://github.com/l1ve4code/3d-music-visualizer-v2.git
```
**Secondly** install dependencies
```cmd
npm install
```
**Thirdly** run project
### For watch or development
```cmd
npm run dev
```
### For build
```cmd
npm run build
```
## Author of _Music Animation_
* Telegram: **[@live4code](https://t.me/live4code)**
* Email: **steven.marelly@gmail.com**
## Author of _THREE.js Animation_
* Web-site: **https://www.mamboleoo.be/articles/tunnel-animation-1**
* Codepen: **https://codepen.io/Mamboleoo/pen/mJWLVJ**