top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
martin calvino
artist
-
scientist
Martin Calvino
Sep 12, 2017
2 min read
week_1: intro to p5.js
function setup() { createCanvas(980, 490); } function draw() { background(255); frameRate(1); for (var i = 0; i < width; i=i+20) {...
bottom of page