P5 CODING EXAMPLE:
function setup() {
createCanvas(100, 100, WEBGL);
}
function draw() {
background(0); noFill(); stroke(100, 100, 240); rotateX(frameCount * 0.01); rotateY(frameCount * 2.01); box(466, 70, -5);