p5 working
This commit is contained in:
parent
02391633c5
commit
5cc101db40
7 changed files with 4319 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
function setup() {
|
||||
createCanvas(400, 400)
|
||||
background(187)
|
||||
line(0,0, 400,400)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue