|
1 | 1 | <h1 class="large-header"><span class="black">Libraries.</span> Extend Processing beyond graphics and images into audio, video, and communication with other devices.</h1> |
2 | 2 |
|
3 | 3 | <p class="libraries-top"> |
4 | | - <em>The following libraries are included with the Processing software. To include a library, |
5 | | - select its name from the "Import Library..." option in the Sketch menu. These libraries are |
6 | | - open source; the code is distributed with Processing.</em> |
| 4 | + <em>The following libraries are created by the Processing Foundation. The PDF Export, Network, Serial, and DXF Export libraries are distributed with Procesing. The Video and Sound libraries need to be downloaded through the Library Manager. Select "Add Library..." from the "Import Library..." submenu within the Sketch menu.</em> |
7 | 5 | </p> |
8 | 6 |
|
9 | 7 | <ul class="included-libraries"> |
10 | 8 |
|
11 | 9 | <li> |
12 | | - <h5><a href="video/index.html">Video</a></h5> |
13 | | - <p>Read images from a camera, play movie files, and create movies.</p> |
14 | | - </li> |
15 | | - |
16 | | - <li> |
17 | | - <h5><a href="dxf/index.html">DXF Export</a></h5> |
18 | | - <p>Create DXF files to save geometry for loading into other programs. It works with |
19 | | - triangle-based graphics including polygons, boxes, and spheres.</p> |
| 10 | + <h5><a href="pdf/index.html">PDF Export</a></h5> |
| 11 | + <p>Create PDF files. These vector graphics files can be scaled to any size and printed |
| 12 | + at high resolutions.</p> |
20 | 13 | </li> |
| 14 | + |
| 15 | + <li> |
| 16 | + <h5><a href="net/index.html">Network</a></h5> |
| 17 | + <p>Send and receive data over the Internet through simple clients and servers.</p> |
| 18 | + </li> |
21 | 19 |
|
22 | 20 | <li> |
23 | 21 | <h5><a href="serial/index.html">Serial</a></h5> |
24 | 22 | <p>Send data between Processing and external hardware through serial communication (RS-232).</p> |
25 | 23 | </li> |
26 | 24 |
|
27 | | - <li style="margin-bottom:40px;"> |
28 | | - <h5><a href="pdf/index.html">PDF Export</a></h5> |
29 | | - <p>Create PDF files. These vector graphics files can be scaled to any size and printed |
30 | | - at high resolutions.</p> |
| 25 | + <li> |
| 26 | + <h5><a href="dxf/index.html">DXF Export</a></h5> |
| 27 | + <p>Create DXF files to save geometry for loading into other programs. It works with |
| 28 | + triangle-based graphics including polygons, boxes, and spheres.</p> |
31 | 29 | </li> |
| 30 | + |
| 31 | + <li> |
| 32 | + <h5><a href="video/index.html">Video</a></h5> |
| 33 | + <p>Read images from a camera, play movie files, and create movies.</p> |
| 34 | + </li> |
32 | 35 |
|
33 | 36 | <li> |
34 | 37 | <h5><a href="sound/index.html">Sound</a></h5> |
35 | 38 | <p>Playback audio files, audio input, synthesize sound, and effects.</p> |
36 | 39 | </li> |
37 | | - |
38 | | - <li> |
39 | | - <h5><a href="net/index.html">Network</a></h5> |
40 | | - <p>Send and receive data over the Internet through simple clients and servers.</p> |
41 | | - </li> |
42 | 40 |
|
43 | 41 | </ul> |
44 | 42 |
|
|
0 commit comments