https://github.com/kekkorider/threejs-circular-audio-visualizer
https://github.com/kekkorider/threejs-circular-audio-visualizer
audio music shaders threejs webgl webgl2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kekkorider/threejs-circular-audio-visualizer
- Owner: kekkorider
- License: mit
- Created: 2021-01-30T20:26:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T09:34:46.000Z (over 2 years ago)
- Last Synced: 2025-03-27T04:33:34.620Z (2 months ago)
- Topics: audio, music, shaders, threejs, webgl, webgl2
- Language: JavaScript
- Homepage: https://threejs-circular-audio-visualizer.netlify.app/
- Size: 5.97 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
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 `12.6.0`; it should work with other versions too, but in case something doesn't work I recommend to switch to version `12.6.0` 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
```