Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T17:21:25.000Z (about 1 year ago)
- Last Synced: 2023-10-23T18:25:51.288Z (about 1 year ago)
- Topics: js, music-visualizer, npm, threejs, ts, webaudio-api, webpack
- Language: TypeScript
- Homepage:
- Size: 5.68 MB
- Stars: 0
- 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: **[email protected]**## Author of _THREE.js Animation_
* Web-site: **https://www.mamboleoo.be/articles/tunnel-animation-1**
* Codepen: **https://codepen.io/Mamboleoo/pen/mJWLVJ**