Skip to content

Instantly share code, notes, and snippets.

@vinskim
vinskim / BanksyInUs
Created August 18, 2018 08:39
BanksyInUs
import oscP5.*;
import processing.video.*;
import com.hamoid.*;
import java.util.Date;
OscP5 oscP5;
Capture cam;
Movie myMovie;
PFont Head;
PFont subTitle;
@vinskim
vinskim / 1
Created February 1, 2018 03:33
1week
<!DOCTYPE html>
<html>
<head>
<title>HTML</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">DWD 1WEEK ASSIGNMENT</a></h1>
<ol>
<li><a href="1.html">html</a></li>
@vinskim
vinskim / Banksy in us
Created January 23, 2018 05:47
Banksy in us(nychristmas2017) for NYU-ITP Winter Show via Face Recognition
import oscP5.*;
import processing.video.*;
import com.hamoid.*;
import java.util.Date;
OscP5 oscP5;
Capture cam;
Movie myMovie;
PFont Head;
PFont subTitle;
@vinskim
vinskim / gist:5b113083e466d9dec4303dab03c24296
Created September 27, 2017 16:15
3Week - Winter Wonderland
let x = 0;
let y = 0;
let snowx, snowy;
let snowstate = false;
let textcolor = 220;
let snowc ;
let size = 10;
let r = 255;
g = 255;
b = 255;
@vinskim
vinskim / 2week
Created September 20, 2017 06:00
2week
var circleX = 0;
var circleY = 0;
function setup() {
createCanvas(500, 500);
background(255, 254, 250);
noStroke()
// Compotion
@vinskim
vinskim / gist:c24a9402965820403a3dafe0d7bca066
Created September 13, 2017 03:50
ICM_01 Week_Mondrian
function setup() {
createCanvas(500, 520);
}
function draw() {
background(255, 254, 250);
noStroke()
// Compotion
fill(30);