Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View SumanglaBishnoi's full-sized avatar

SumanglaBishnoi

View GitHub Profile
@SumanglaBishnoi
SumanglaBishnoi / wekMoviePlayer.pde
Created November 10, 2018 20:49
Mo cap Netherland workshop_Wekinator Code
/**
* oscP5broadcastClient by andreas schlegel
* an osc broadcast client.
* an example for broadcast server is located in the oscP5broadcaster exmaple.
* oscP5 website at http://www.sojamo.de/oscP5
*/
import processing.video.*;
import oscP5.*;
import netP5.*;
@SumanglaBishnoi
SumanglaBishnoi / Wind.P5js
Created October 27, 2018 16:16
Feature 1: Wind
function setup() {
createCanvas(windowWidth, windowHeight);
fill(255);
noStroke();
rectMode(CENTER);
console.log(1+" "+frameRate());
frameRate(20);
console.log(2+" "+frameRate());
noiseDetail(3, 0.5);