Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 519 Bytes

Creative Coding in the Browser & Opening Up Open Source

Assets used in Elgin-Skye McLaren's talk Creative Coding & Opening Up Open Source presented at CascadiaJS, 2018 @ Amazon Seattle.

Pose recognition code is from (https://github.com/ml5js/ml5-library)

Music video sketch requires the use of a server:

To start Python server: If you are have python 2:

cd creative-coding-cascadia-2018
python -m SimpleHTTPServer

If you are have python 3:

cd creative-coding-cascadia-2018
python -m http.server