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,7 @@
|
||||
// Example 03-04 from "Getting Started with Processing"
|
||||
// by Reas & Fry. O'Reilly / Make 2010
|
||||
|
||||
size(480, 120);
|
||||
quad(158, 55, 199, 14, 392, 66, 351, 107);
|
||||
triangle(347, 54, 392, 9, 392, 66);
|
||||
triangle(158, 55, 290, 91, 290, 112);
|
||||
Reference in New Issue
Block a user