/workshop-webgl

Audio visualizer with three js

Primary LanguageJavaScript

threejs-starter-kit

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

After cloning install all dependencies :

npm i

Task

Start development

It starts devlopement server at localhost:3000, browser-sync and watch files.

npm start

Prepare for deploy

npm run build

You are good to go !

Thanks to Valentin for the starter kit !