Tools. Extend the capability of the Processing Environment (PDE) beyond the core functionality.
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.
-
Color Selector
Simple interface for selecting colors as RGB, HSB, and Hex values.
-
Movie Maker
Creates a QuickTime movie from a sequence of images. Options include setting the size, frame rate, and compression, as well as an audio file.
-
Archive Sketch
Archives a copy of the current sketch in .zip format. The archive is placed in the same directory as the sketch.
-
Create Font
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.
Contributions
Contributed tools must be downloaded individually. Select "Add Tool..." from the Tools menu to select a Tool to download.
Contributed tools are developed, documented, and maintained by members of the Processing
community. For feedback and support, please post to the
Forum. For development discussions post to the
Libraries and Tool
Development topic. Instructions for creating your own tool are on the
Processing GitHub site.
A complete list of tools can be found online.
-
Applet Maker & Signer
by Peter LagerEnables the creation of self-signed Java Applets
-
Extended Code Completion
by Jonathan DahlbergExtended code completion for statements like if, while and for etc.
-
Upload to Pi
by Gottfried HaiderUploads and runs a sketch on a Raspberry Pi.
-
Bézier Editor
by Devon RifkinDraw Bézier curves visually and then automatically generate Processing code to include in your sketches.
-
SpeedTool
by Lars KaltenbachAdding features for faster code editing to the PDE.
-
G4P GUI Builder
by Peter LagerGraphic design tool for creating user interfaces with G4P.
-
Font Highlighting Editor
by Rostyslav ZatserkovnyiA visual editor for Processing's font coloring settings.
-
Shape-Sketch
by Joel MonizPaint on a canvas; generate processing code. Easy peasy!
-
Perceptual colorpicker
by Olivier VicarioChoose from 3 to 7 colors from CIE Lab or Lch with different graphic tools.
-
Git Manager
by Joel MonizA GUI Git Client for Processing
-
Reference Tool
by Jae HyunA Tool that provides a built in reference for the Processing Development Environment.
-
Getting Started
by Jae HyunA Tool that provides a quick introduction to the PDE for new/beginner users.
-
JarMatey
by Kevin WorkmanA utility that creates a self-extracting jar that runs on any platform.