https://github.com/kekkorider/threejs-audio-reactive-visual
Audio-reactive visual created with ThreeJS
https://github.com/kekkorider/threejs-audio-reactive-visual
audio-visualizer creative-coding creative-development threejs webgl webgl2
Last synced: 6 months ago
JSON representation
Audio-reactive visual created with ThreeJS
- Host: GitHub
- URL: https://github.com/kekkorider/threejs-audio-reactive-visual
- Owner: kekkorider
- License: mit
- Created: 2021-10-03T18:52:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T09:33:03.000Z (over 2 years ago)
- Last Synced: 2024-12-10T11:04:58.929Z (6 months ago)
- Topics: audio-visualizer, creative-coding, creative-development, threejs, webgl, webgl2
- Language: JavaScript
- Homepage: https://threejs-audio-reactive-visual.netlify.app/
- Size: 4.76 MB
- Stars: 161
- Watchers: 5
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ThreeJS starter
This is a general template for ThreeJS applications. It uses [Parcel](https://github.com/parcel-bundler/parcel) to create the bundle and [Tweakpane](https://github.com/cocopon/tweakpane) for live updates.
# Before we start
This has been developed with NodeJS `14.15.5`; it should work with other versions too, but in case something doesn't work I recommend to switch to version `14.15.5` with [nvm](https://github.com/nvm-sh/nvm).## Setup
```shell
$ yarn install
```## Develop
Run
```shell
$ yarn dev
```then open a new browser window and navigate to `http://localhost:1234`
## Build
```shell
$ yarn build
```