3d
code:code.js
function setup(){
createCanvas(windowWidth, windowHeight, WEBGL);
}
function draw(){
background(200);
orbitControl();
box(200, 200, 200);
}
#p5.js
run