This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import oscP5.*; | |
import netP5.*; | |
import tuioZones.*; | |
TUIOzoneCollection zones; | |
void setup () | |
{ | |
size(640, 480); | |
zones = new TUIOzoneCollection(this); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import os | |
lines = [ | |
"Risin' up, back on the street", | |
"Did my time, took my chances", | |
"Went the distance, now I'm back on my feet", | |
"Just a man and his will to survive", |
NewerOlder