Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.02 KB

Interactive installation for Creative Programming with Jeff Thompson. Everything is fun and color until reality makes an appearance. Watch the video 👆👆 for the gist of it.

Made with p5.js, OpenCV, and many more.

Process

Some of the photos from the process of bringing this out of my head. More in process-images.

At home


Floor


During development

Dev

Requirements

  • Node > 8
  • OpenCV 2.4

Running

# run application in development mode
yarn start:dev

# compile source code and create webpack output
yarn build

# run compiled code on port 8080
yarn start