This project was originally built for an in-person event at the California Academy of Sciences NightLife, curated by Codame in 2015.
During the event, people would be scanned with Codame's ModBod 3d scanner. Those scans were then placed on the Judgement Wall for all to see.
When someone walked in front of the Judgement Wall, our digital patrons would turn and watch.
3d Scans created using Microsoft Kinect v1. People tracking using Microsoft Kinect v1. Visuals built in three.js and node.js.
Build Docker project
docker build -t jerknose/judgementwalljanus:1.0 .
Run / deploy instance
docker run -d -p 8080:8080 --name judgementwalljanus jerknose/judgementwalljanus:1.0
Install Dependancies
yarn install
Run
node server.js