Final Live Stream – Control ADM

For my final live stream, I decided to do an interactive stream through Instagram, where viewers can submit movements to control ADM the Abstract Drawing Machine. I pinned a comment that said — “Type a direction + a number (ex. 3R, 2U) — and I would manually press the arrow keys on my computer to…… Continue reading Final Live Stream – Control ADM

Understanding Networks Definitions

PEM PEM stands for Privacy Enhanced mail, and was originally intended for use to secure email communication through the internet, but has since become a standard for internet security. It is used as a file type in Public Key Infrastructure (PKI)*, as a file format that stores cryptographic keys, such as SSL certificated along with…… Continue reading Understanding Networks Definitions

Seeing Machines HW #4 – Communication

For this assignment we had to use a communication protocol between two programs (one had to be OpenFrameworks). I chose to use OSC to communicate between OpenFrameworks and Processing. In OF, I used object tracking and sent the object’s x and y coordinates to processing to control a circle. Eventually, my code in processing became…… Continue reading Seeing Machines HW #4 – Communication