P5 Script
This task allows the user to write P5 scripts. P5 is a Javascript implementation of the Processing language. The Dex data input stream is available to the script for writing.
OPTION | DESCRIPTION |
---|---|
P5 Script | The P5 Script to run. |
Load | This option will load a P5 script from disk. |
Save | This option will save a P5 script to disk. |
INPUT
The Dex input data stream is represented in 2 variables:
- header - This will contain the column headers for the Dex data input stream.
- data - This will contain the rows of data for the Dex data input stream.
OUTPUT
The output is limited to visual output only. The Dex data output stream can not be modified from P5 at this time.
A firebug window is included for debugging convenience.