/waterfall-plot

3d waterfall-plot in your browser - using THREE.js

Primary LanguageJavaScriptMIT LicenseMIT

Waterfall plot in Javascript 3D

Implements a moving Waterfall Plot using THREE.js and web audio. Currently works in Firefox and Chrome.

Demo

image

Notes

  • On Google Chrome, the webRTC API does not seem to work when you open local HTML files. So our old friend python -m SimpleHTTPServer 8080 comes to help.*
  • THREE.JS really has one of the wost documentations I've seen in a long time