"Script Nou" - Processing

ID Autor Duplicat din Ultima modificare
#3348 george popescu (infoinfo1) - Miercuri, 06 nov 2019, 18:56
x
 
1
function setup() {
2
    createCanvas(400, 400);
3
}
4
5
function draw() {
6
    fill("red");
7
    rect(100,100,200,200);
8
    fill("green");
9
    ellipse(200, 200, 100,50);
10
}
11
Du-te sus!