An open API service indexing awesome lists of open source software.

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

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
```