mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
moving getting started to the books subfolder
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Example 03-18 from "Getting Started with Processing"
|
||||
// by Reas & Fry. O'Reilly / Make 2010
|
||||
|
||||
size(480, 120);
|
||||
beginShape();
|
||||
vertex(180, 82);
|
||||
vertex(207, 36);
|
||||
vertex(214, 63);
|
||||
vertex(407, 11);
|
||||
vertex(412, 30);
|
||||
vertex(219, 82);
|
||||
vertex(226, 109);
|
||||
endShape();
|
||||
Reference in New Issue
Block a user