Files
Examples/Java/Processing/processing-3.3.6/modes/java/reference/tools/index.html
2018-04-20 10:15:15 +01:00

132 lines
5.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Tools \ Processing 2+</title>
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="Processing Foundation" />
<meta name="Publisher" content="Processing Foundation" />
<meta name="Keywords" content="Processing, Sketchbook, Programming, Coding, Code, Art, Design" />
<meta name="Description" content="Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology." />
<meta name="Copyright" content="All contents copyright the Processing Foundation, Ben Fry, Casey Reas, and the MIT Media Laboratory" />
<script src="../javascript/MM_functions.js" type="text/javascript"></script>
<link href="../css/style.css" rel="stylesheet" type="text/css" />
</head>
<body id="Tools" onload="" >
<!-- ==================================== PAGE ============================ -->
<div id="container">
<!-- ==================================== HEADER ============================ -->
<div id="header">
<a href="http://processing.org/" title="Processing.org"><div class="processing-logo" alt="Processing cover"></div></a>
<form name="search" action="//www.google.com/search" method="get" >
<!--<label>Search processing.org:</label>-->
<p><input type="hidden" name="as_sitesearch" value="processing.org" />
<input type="text" name="as_q" value="" size="20" class="text" />
<input type="submit" value=" " /></p>
</form>
</div>
<div id="navigation">
<div class="navBar" id="mainnav">
<a href="../index.html">Language</a><br>
<a href="../libraries/index.html">Libraries</a><br>
<a href="../tools/index.html" class="active">Tools</a><br>
<a href="../environment/index.html">Environment</a>
</div>
</div>
<a id="TOP" name="TOP"></a>
<!-- ==================================== CONTENT - Headers ============================ -->
<div class="content">
<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 -->
</div>
<!-- ==================================== FOOTER ============================ -->
<div id="footer">
<div id="copyright">Processing was initiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="../about/people.html">small team of volunteers</a>.</div>
<div id="colophon">
<a href="../copyright.html">&copy; Info</a>
</div>
</div>
</div>
</body>
</html>