実験映像作家・エンジニア。その実験の軌跡。 #motiongraphics #animation #digitalart #generative #creativecording
インターネット上にて結成された多国籍音楽ユニットBOAR HUNTERが、2ndアルバム『Germination of Concep...
花火みたいにしたかったけど イメージ通りなのか不明 let y=0; let xz=0; function setup() { createCanvas(windowWidth, windowHeight,WEBGL); colorMode(HSB); noStroke(); } function draw() { fill(0,0,0,0.1); ...
バックアップ ↑↓を繰り返す let y=0; let xz=0; function setup() { createCanvas(windowWidth, windowHeight,WEBGL); colorMode(HSB); noStroke(); } function draw() { fill(0,0,0,0.2); translate(0, 0,...
謎のバックアップ let x=[]; let y=[]; let z=[]; let n=0; function setup() { createCanvas(windowWidth, windowHeight,WEBGL); let wh=windowHeight/2; colorMode(HSB); strokeWeight(0.3); x.push(...
バックアップ let y=0; let xz=0; function setup() { createCanvas(windowWidth, windowHeight,WEBGL); colorMode(HSB); noStroke(); } function draw() { fill(0,0,0,0.1); translate(0, 0, -150); ...
バックアップの バックアップ let y=0; let xz=0; function setup() { createCanvas(windowWidth, windowHeight,WEBGL); colorMode(HSB); blendMode(ADD); blendMode(DARKEST); noStroke(); } function draw() {...
p5.jsのソースもバックアップ let y=0; let xz=0; function setup() { createCanvas(windowWidth, windowHeight,WEBGL); colorMode(HSB); blendMode(ADD); noStroke(); } function draw() { fill(0,0,0,0.2); ...
バックアップバックアップ int nub = 30; float [][]pnum = new float[nub][nub]; void setup() { size(screen.width, screen.height,P3D); noStroke(); for(int i=0; i
バックアップ int nub = 10; float [][]pnum = new float[nub][nub]; void setup() { size(screen.width, screen.height,P3D); noFill(); stroke(20,10,250); for(int i=0; i
バックアップ int nub = 10; float [][]pnum = new float[nub][nub]; void setup() { size(screen.width, screen.height,P3D); for(int i=0; i