Help building a superorganism

Hey y’all,

I’m trying to superimpose bodies detected by different webcams onto the same canvas, creating a sort of superorganism. The prototype is built with p5.js, ml5.js, React (thanks @atoro), and Meteor. The interaction works on a single device, but no luck on synchronization across the net yet.

GitHub
lookfor.us

Anybody experienced with Meteor pub/sub? I also had trouble integrating a custom build of ml5.js to use the new BodyPix model.

Thanks!

Nick

1 Like

Turns out subscribing is a big deal in pub/sub :rofl: