Built with blockbuilder.org
forked from charljulien's block: fresh block 2
forked from charljulien's block: fresh block 2
forked from charljulien's block: fresh block 2
xxxxxxxxxx
<html>
<head>
<title>p5js Template</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.13/p5.js"></script>
<script>
function setup() {
createCanvas(windowWidth-20, windowHeight-20);
rect(100,100,100,100);
rect(250,100,100,100);
rect(400,100,100,100);
ellipse(300, 300, 100, 50);
line(80, 80, 520, 80);
line(80, 220, 520, 220);
line(80, 80, 80, 220);
line(520, 80, 520, 220);
}
</script>
</head>
<body>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.13/p5.js