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.
Some of the photos from the process of bringing this out of my head. More in process-images.
- Node > 8
- OpenCV 2.4
# 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