Processing in Atom
Run Processing sketches from Atom by pressing ctrl+alt+b

Running a sketch from Atom
- Download Processing if you don't already have it installed.
- Install processing-java:
-
Mac OS: Open Processing and install processing-java from the Tools menu:

-
Linux: Add
processing-javato your executable search path. This can be done by adding the Processing directory to yourPATHenvironment variable or by adding a symlink to any existing directory within yourPATH. The following command should do this on most linux distributions (replace/path/to/processingwith the path where processing is installed):sudo ln -s /path/to/processing/processing-java /usr/local/bin/ -
Windows: Add
processing-javato your Command Prompt. This can be done by adding the Processing directory to yourPATHenvironment variable:- Open Advanced System Settings either by running
sysdm.cplor searching in Control Panel. - Click the Environment Variable button on the Advanced tab.
- Edit the
PATHvariable to include the Processing directory (e.g.C:\Program Files\Processing-3.1.1\) in either the User variables (for just your account) or System variables (for all users).
- Open Advanced System Settings either by running
-
- Open a Processing sketch in Atom and run it:
ctrl+alt+b