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
85 lines (68 loc) · 3.25 KB
/
index.html
File metadata and controls
85 lines (68 loc) · 3.25 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
<h1 class="large-header"><span class="black">Libraries.</span> Extend Processing beyond graphics and images into audio, video, and communication with other devices.</h1>
<p class="libraries-top">
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.
</p>
<ul class="included-libraries">
<li>
<h5><a href="pdf/index.html">PDF Export</a></h5>
<p>Create PDF files. These vector graphics files can be scaled to any size and printed
at high resolutions.</p>
</li>
<li>
<h5><a href="net/index.html">Network</a></h5>
<p>Send and receive data over the Internet through simple clients and servers.</p>
</li>
<li>
<h5><a href="svg/index.html">SVG Export</a></h5>
<p>Create SVG files.</p>
</li>
<li>
<h5><a href="serial/index.html">Serial</a></h5>
<p>Send data between Processing and external hardware through serial communication (RS-232).</p>
</li>
<li>
<h5><a href="dxf/index.html">DXF Export</a></h5>
<p>Create DXF files to save geometry for loading into other programs. It works with
triangle-based graphics including polygons, boxes, and spheres.</p>
</li>
<li>
<h5><a href="video/index.html">Video</a></h5>
<p>Read images from a camera, play movie files, and create movies.</p>
</li>
<li>
<h5><a href="sound/index.html">Sound</a></h5>
<p>Playback audio files, audio input, synthesize sound, and effects.</p>
</li>
<li>
<h5><a href="io/index.html">Hardware I/O</a></h5>
<p>Access peripherals on the Raspberry Pi and other Linux-based computers</p>
</li>
</ul>
<h3 class="large-header">Contributions</h3>
<p class="libraries-bottom">
Contributed Libraries must be downloaded individually. Select "Add Library..." from the
"Import Library..." submenu within the Sketch menu. Not all available libraries have been
converted to show up in "Add Library...". If a library isn't there, it will need to be
installed manually. Follow the
<a href="https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library">How to Install a
Contributed Library</a> instructions on the Processing Wiki for more information.
</p>
<p>
Contributed libraries are developed, documented, and maintained by members of the Processing
community. For feedback and support, please post to the <a href="http://forum.processing.org">
Forum</a>. For development discussions post to the
<a href="http://forum.processing.org/two/categories/create-announce-libraries">Create & Announce Libraries</a>
topic. Instructions for creating your own library are on the <a href="https://github.com/processing/processing/wiki">
Processing GitHub</a> site.<br />
</p>
<!-- When run online, variables will be set, don't insert anything. -->
<!--#if expr="\"$DOCUMENT_ROOT\" = \"\"" -->
<div>
<p>
<strong>A complete list of libraries can be found
<A HREF="http://processing.org/reference/libraries/"><strong>online</strong></A>.</strong>
</p>
</div>
<!--#else -->
<!--#include virtual="libraries.html" -->
<!--#endif -->