KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2022-05-05 to 1 day

p5でcanvas直書きグラデ

p5.js Web Editor function setup() { frameRate(2); createCanvas(windowWidth, windowHeight); } function draw() { background(220); for(let i=0;i<40;i++){ drawBall(windowWidth*random(),windowHeight*random(),100*random()); } } function drawBall…

"FOOTER"