mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-05 12:39:15 +01:00
processing-js 0.4 has been merged in some relevant parts basic and topic scripts added for test color handling fixed, more scripts show up now
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
size(200, 200);
|
|
smooth();
|
|
background(0);
|
|
noStroke();
|
|
fill(226);
|
|
triangle(10, 10, 10, 200, 45, 200);
|
|
rect(45, 45, 35, 35);
|
|
quad(105, 10, 120, 10, 120, 200, 80, 200);
|
|
ellipse(140, 80, 40, 40);
|
|
triangle(160, 10, 195, 200, 160, 200);
|