forked from processing/processing-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
340 lines (272 loc) · 12.5 KB
/
index.html
File metadata and controls
340 lines (272 loc) · 12.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<h1 class="large-header"><span class="black">Video Tutorials.</span> Links to videos that cover the Processing basics.</h1>
<table width="679" cellspacing="1" cellpadding="0" border="0">
<p>Large collections of instructional Processing videos are online from <a href="https://www.youtube.com/user/shiffman/playlists">Daniel Shiffman</a>, <a href="http://www.imaginary-institute.com/scheduleenroll.php">Andrew Glassner</a>, <a href="http://www.plethora-project.com/education/2011/09/12/processing-tutorials/">Jose Sanchez</a>, and <a href="http://funprogramming.org/">Abe Pazos</a>.</p>
<tr>
<td><div class="curated-item">
<a href="http://hello.processing.org"><img src="imgs/helloprocessing.jpg" width="223" height="72" alt="preview image" title="Hello Processing" /></a>
<p><br /><a href="http://hello.processing.org">Hello Processing</a><br />
by Daniel Shiffman et al.</p>
<p>Short video lessons introduce coding exercises that lead to designing an interactive drawing program.</p></div>
</td>
<td><div class="curated-item">
<a href="https://vimeo.com/140600280"><img src="imgs/p3_overview.png" width="223" height="72" alt="preview image" title="Welcome to Processing 3" /></a>
<p><br /><a href="https://vimeo.com/140600280">Welcome to Processing 3</a><br />
by Daniel Shiffman</p>
<p>What's new in Processing 3? Dan walks through the new features and changes.</p></div>
</td>
<td><div class="curated-item">
<a href="https://vimeo.com/140134398"><img src="imgs/debug.png" width="223" height="72" alt="preview image" title="Debug" /></a>
<p><br /><a href="https://vimeo.com/140134398">Debug</a><br />
by Daniel Shiffman</p>
<p>Learn how to pause and step through your running code with the Processing 3 Debugger.</p></div>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<h1 class="large-header"><span class="black">Text Tutorials.</span> A collection of step-by-step lessons covering beginner, intermediate, and advanced topics.</h1>
<table width="679" cellspacing="1" cellpadding="0" border="0">
<tr>
<td><div class="curated-item">
<a href="gettingstarted"><img src="imgs/gettingstarted.gif" width="223" height="72" alt="preview image" title="Getting Started" /></a>
<p><br /><a href="gettingstarted">Getting Started</a><br />
by Casey Reas and Ben Fry</p>
<p>Welcome to Processing! This introduction covers the basics of writing Processing code.</p>
<p>Level: Beginner</p></div>
</td>
<td><div class="curated-item">
<a href="overview"><img src="imgs/overview.jpg" width="223" height="72" alt="preview image" title="Overview" /></a>
<p><br /><a href="overview">Processing Overview</a><br />
by Ben Fry and Casey Reas</p>
<p>A little more detailed introduction to the different features of Processing than the Getting Started tutorial.</p>
<p>Level: Beginner</p></div>
</td>
<td><div class="curated-item">
<a href="drawing"><img src="imgs/basics.jpg" width="223" height="72" alt="preview image" title="Basics" /></a>
<p><br /><a href="drawing">Coordinate System and Shapes</a><br />
by Daniel Shiffman</p>
<p>Drawing simple shapes and using the coordinate system.</p>
<p>Level: Beginner</p></div>
</td>
</tr>
<tr>
<td><div class="curated-item">
<a href="color"><img src="imgs/color.jpg" width="223" height="72" alt="preview image" title="Color" /></a>
<p><br /><a href="color">Color</a><br />
by Daniel Shiffman</p>
<p>An introduction to digital color.</p>
<p>Level: Beginner</p></div>
</td>
<td><div class="curated-item">
<a href="objects"><img src="imgs/objects.jpg" width="223" height="72" alt="preview image" title="Objects" /></a>
<p><br /><a href="objects">Objects</a><br />
by Daniel Shiffman</p>
<p>The basics of object-oriented programming.</p>
<p>Level: Beginner</p></div>
</td>
<td><div class="curated-item">
<a href="interactivity"><img src="imgs/interactivity.jpg" width="223" height="72" alt="preview image" title="Interactivity" /></a>
<p><br /><a href="interactivity">Interactivity</a><br />
by Casey Reas and Ben Fry</p>
<p>Introduction to interactivity with the mouse and keyboard.</p>
<p>Level: Beginner</p>
</td>
</tr>
<tr>
<td><div class="curated-item">
<a href="typography"><img src="imgs/typography.jpg" width="223" height="72" alt="preview image" title="Typography" /></a>
<p><br /><a href="typography">Typography</a><br />
by Casey Reas and Ben Fry</p>
<p>Working with typefaces and text.</p>
<p>Level: Beginner</p>
</td>
<td><div class="curated-item">
<a href="text"><img src="imgs/text.jpg" width="223" height="72" alt="preview image" title="Strings and Drawing Text" /></a>
<p><br /><a href="text">Strings and Drawing Text</a><br />
by Daniel Shiffman</p>
<p>Learn how use the String class and display text onscreen.</p>
<p>Level: Intermediate</p>
</td>
<td><div class="curated-item">
<a href="arrays"><img src="imgs/arrays.jpg" width="223" height="72" alt="preview image" title="Arrays" /></a>
<p><br /><a href="arrays">Arrays</a><br />
by Casey Reas and Ben Fry</p>
<p>How to store and access data in array structures.</p>
<p>Level: Intermediate</p>
</td>
</tr>
<tr>
<td><div class="curated-item">
<a href="pixels"><img src="imgs/pixels.jpg" width="223" height="72" alt="preview image" title="Pixels" /></a>
<p><br /><a href="pixels">Images and Pixels</a><br />
by Daniel Shiffman</p>
<p>How to load and display images as well as access their pixels.</p>
<p>Level: Intermediate</p></div>
</td>
<td><div class="curated-item">
<a href="curves"><img src="imgs/curves.jpg" width="223" height="72" alt="preview image" title="Curves" /></a>
<p><br /><a href="curves">Curves</a><br />
by J David Eisenberg</p>
<p>Learn how to draw arcs, spline curves, and bezier curves.</p>
<p>Level: Intermediate</p>
</td>
<td><div class="curated-item">
<a href="transform2d"><img src="imgs/transform2d.jpg" width="223" height="72" alt="preview image" title="2d Transformations" /></a>
<p><br /><a href="transform2d">2D Transformations</a><br />
by J David Eisenberg</p>
<p>Learn how to translate, rotate, and scale shapes using 2D transformations. </p>
<p>Level: Intermediate</p>
</td>
</tr>
<tr>
<td><div class="curated-item">
<a href="pshape"><img src="imgs/pshape.jpg" width="223" height="72" alt="preview image" title="PShape" /></a>
<p><br /><a href="pshape">PShape</a><br />
by Daniel Shiffman</p>
<p>How to use the <a href="http://processing.org/reference/PShape.html">PShape class</a> in Processing. </p>
<p>Level: Intermediate</p>
</div>
</td>
<td><div class="curated-item">
<a href="data"><img src="imgs/data.jpg" width="223" height="72" alt="preview image" title="Data" /></a>
<p><br /><a href="data">Data</a><br />
by Daniel Shiffman</p>
<p>Learn the basics of working with data feeds in Processing.</p>
<p>Level: Intermediate</p>
</td>
<td><div class="curated-item">
<a href="trig"><img src="imgs/trig.jpg" width="223" height="72" alt="preview image" title="Trigonometry" /></a>
<p><br /><a href="trig">Trigonometry Primer</a><br />
by Ira Greenberg</p>
<p>An introduction to trigonometry.</p>
<p>Level: Intermediate</p></div>
</td>
</tr>
<tr>
<td><div class="curated-item">
<a href="rendering"><img src="imgs/rendering.jpg" width="223" height="72" alt="preview image" title="Render Techniques" /></a>
<p><br /><a href="rendering">Render Techniques</a><br />
by Casey Reas and Ben Fry</p>
<p>Tools for rendering geometries in Processing.</p>
<p>Level: Intermediate</p>
</td>
<td><div class="curated-item">
<a href="2darray"><img src="imgs/2darray.jpg" width="223" height="72" alt="preview image" title="2d array" /></a>
<p><br /><a href="2darray">Two-Dimensional Arrays</a><br />
by Daniel Shiffman</p>
<p>Store and acess data in a matrix using a two-dimensional array.</p>
<p>Level: Intermediate</p></div>
<td><div class="curated-item">
<a href="sound"><img src="imgs/sound.png" width="223" height="72" alt="preview image" title="Sound" /></a>
<p><br /><a href="sound">Sound</a><br />
by R. Luke DuBois and Wilm Thoben</p>
<p>Learn how to play, analyze, and synthesize sound with the Sound Library.</p>
<p>Level: Intermediate</p>
</td>
</td>
</tr>
<tr>
<td><div class="curated-item">
<a href="electronics"><img src="imgs/electronics.jpg" width="223" height="72" alt="preview image" title="Electronics" /></a>
<p><br /><a href="electronics">Electronics</a><br />
by Hernando Berragán and Casey Reas</p>
<p>Control physical media with Processing, Arduino, and Wiring.</p>
<p>Level: Intermediate</p>
</td>
<td><div class="curated-item">
<a href="network"><img src="imgs/network.jpg" width="223" height="72" alt="preview image" title="Network" /></a>
<p><br /><a href="network">Network</a><br />
by Alexander R. Galloway</p>
<p>An introduction to sending and receiving data with clients and servers.</p>
<p>Level: Intermediate</p>
</td>
<td><div class="curated-item">
<a href="print"><img src="imgs/print.jpg" width="223" height="72" alt="preview image" title="Print" /></a>
<p><br /><a href="print">Print</a><br />
by Casey Reas</p>
<p>Use Processing to output print quality images and documents.</p>
<p>Level: Intermediate</p>
</td>
</tr>
<tr>
<td><div class="curated-item">
<a href="pshader"><img src="imgs/pshader.jpg" width="223" height="72" alt="preview image" title="PShader" /></a>
<p><br /><a href="pshader">Shaders</a><br />
by Andres Colubri</p>
<p>A guide to implementing GLSL shaders in Processing.</p>
<p>Level: Advanced</p>
</div>
</td>
<td><div class="curated-item">
<a href="pvector"><img src="imgs/vectors.jpg" width="223" height="72" alt="preview image" title="PVector" /></a>
<p><br /><a href="pvector">PVector</a><br />
by Daniel Shiffman</p>
<p>An introduction to useing the <a href="http://processing.org/reference/PVector.html">PVector class</a> in Processing.</p>
<p>Level: Advanced</p>
</div>
</td>
<td><div class="curated-item">
<a href="p3d"><img src="imgs/p3d.jpg" width="223" height="72" alt="preview image" title="P3D" /></a>
<p><br /><a href="p3d">P3D</a><br />
by Daniel Shiffman</p>
<p>Developing advanced graphics applications in Processing using P3D (OpenGL) mode.</p>
<p>Level: Advanced</p>
</div>
</td>
<!--
<td><div class="curated-item">
<a href="eclipse"><img src="imgs/eclipse.jpg" width="223" height="72" alt="preview image" title="Eclipse" /></a>
<p><br /><a href="eclipse">Processing in Eclipse</a><br />
by Daniel Shiffman</p>
<p>Write Processing code in the IDE for Java developers. Also, learn how to make classes that are not inner classes (.java).</p>
<p>Level: Advanced</p>
</td>
-->
</tr>
<tr>
<td><div class="curated-item">
<a href="video"><img src="imgs/video.png" width="223" height="72" alt="preview image" title="Video" /></a>
<p><br /><a href="video">Video</a><br />
by Daniel Shiffman</p>
<p>How to display live and recorded video</p>
<p>Level: Advanced</p></div>
</td>
<td>
<div class="curated-item">
<a href="anatomy"><img src="imgs/anatomy.jpg" width="223" height="72" alt="preview image" title="Anatomy of a Program" /></a>
<p><br /><a href="anatomy">Anatomy of a Program</a><br />
by J David Eisenberg</p>
<p>How do you analyze a problem and break it down into steps that the computer can do?</p>
<p>Level: Advanced</p>
</div>
</td>
<td>
<div class="curated-item"> </div>
</td>
<!--
<td><div class="curated-item">
<a href="eclipse"><img src="imgs/eclipse.jpg" width="223" height="72" alt="preview image" title="Eclipse" /></a>
<p><br /><a href="eclipse">Processing in Eclipse</a><br />
by Shane White</p>
<p>How to use Processing in the Eclipse IDE.</p>
<p>Level: Advanced</p>
</td>
-->
<!--
<td><div class="curated-item">
<a href="android"><img src="imgs/android.jpg" width="223" height="72" alt="preview image" title="Android" /></a>
<p><br /><a href="android">Android Mode</a><br />
by Jer Thorp</p>
<p>How to use Processing to develop Android mobile applications.</p>
<p>Level: Advanced</p>
<p>Links: <a href="http://wiki.processing.org/w/Android">http://wiki.processing.org/w/Android</a></p></div>
</td>
-->
<td> </td>
<td> </td>
</tr>
</table>
<p> </p>