Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.17 KB

Libraries

Libraries Used:

  1. p5.js
  2. dat.GUI
  3. webRTC using RecordRTC

Instructions

  • Head to https://p5js.org/download/
  • Download and extract the p5.js complete archive
  • The /p5/ directory containing p5.js, p5.min.js and the addons directory should be placed inside this (Motion_and_Emotion/lib/) directory
  • From the repo above go to dat.gui/build/ and download dat.gui.js as well as dat.gui.min.js.
  • Create a new directory called dat.gui inside this lib directory and move the files downloaded earlier to lib/dat.gui/
  • From the links above right click to download the files and save them as adapter-latest.js and RecordRTC.js respectively.
  • Create a new directory called webrtc inside this lib directory and move the files downloaded earlier to lib/webrtc/