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
65 lines (52 loc) · 2.25 KB
/
index.html
File metadata and controls
65 lines (52 loc) · 2.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
<h1 class="large-header"><span class="black">Tools.</span> Extend the capability of the Processing Environment (PDE) beyond the core functionality.</h1>
<p class="libraries-top">
<i>The following tools are included with the Processing software. Select the tool you want
to use from the Tools menu of the Processing Environment. These tools are open source; the
code is distributed with Processing.</i>
</p>
<ul class="included-tools">
<li>
<h5>Color Selector</h5>
<p>Simple interface for selecting colors as RGB, HSB, and Hex values.</p>
</li>
<li>
<h5>Movie Maker</h5>
<p>Creates a QuickTime movie from a sequence of images. Options include setting the
size, frame rate, and compression, as well as an audio file.</p>
</li>
<li>
<h5>Archive Sketch</h5>
<p>Archives a copy of the current sketch in .zip format. The archive is placed in
the same directory as the sketch.</p>
</li>
<li>
<h5>Create Font</h5>
<p>Converts fonts into the Processing font format and adds to the current sketch.
Opens a dialog box which give options for setting the font, its size, if
it is anti-aliased, and if all characters should be generated.</p>
</li>
</ul>
<h3 class="large-header">Contributions</h3>
<p class="libraries-bottom">
Contributed tools must be downloaded individually. Select "Add Tool..." from the Tools menu
to select a Tool to download.
</p>
<p>
Contributed tools 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/library-and-tool-development">Libraries and Tool
Development</a> topic. Instructions for creating your own tool 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 tools can be found
<A HREF="http://processing.org/reference/tools/"><strong>online</strong></a>.</strong>
</p>
</div>
<!--#else -->
<!--#include virtual="tools.html" -->
<!--#endif -->