Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robin-dela/workshop-webgl

Audio visualizer with three js
https://github.com/robin-dela/workshop-webgl

Last synced: about 1 month ago
JSON representation

Audio visualizer with three js

Awesome Lists containing this project

README

        

threejs-starter-kit
===================

It uses Three.js and Greensock as depencies.
I also added Wagner for post-processing.

After cloning install all dependencies :
```bash
npm i
```

## Task
### Start development
It starts devlopement server at [localhost:3000](http://localhost:3000), browser-sync and watch files.
```bash
npm start
```
### Prepare for deploy
```bash
npm run build
```

You are good to go !

Thanks to [Valentin](https://twitter.com/vdaguenet) for the starter kit !