Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 537 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 537 Bytes

Three.js - Audio experiement

My first try with three js. Shapes are generated and pulsate to the beat an music file.

Demo available here.

Preview

Technologies :

  • ThreeJs
  • Web Audio Api
  • DatGUI
  • Bower

Setup :

After cloning install all node dependencies and libraries :

npm install -g gulp bower
npm install
bower install

Then launch gulp to build :

  gulp