Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robin-dela/workshop-webgl
- Owner: robin-dela
- Created: 2015-10-13T15:38:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T18:08:49.000Z (about 9 years ago)
- Last Synced: 2023-03-06T20:53:10.405Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 21.1 MB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !