- 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 downloaddat.gui.js
as well asdat.gui.min.js
. - Create a new directory called
dat.gui
inside thislib
directory and move the files downloaded earlier tolib/dat.gui/
3. WebRTC adaptor using RecordRTC
- From the links above right click to download the files and save them as
adapter-latest.js
andRecordRTC.js
respectively. - Create a new directory called
webrtc
inside thislib
directory and move the files downloaded earlier tolib/webrtc/