-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
17 lines (13 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Experimental Python Mode for Processing (www.processing.org)
Uses Jython 2.5.3b1 (http://www.jython.org/)
* You need Processing 2.0a5 or later, we built trunk from SVN.
* The pre-compiled bundle resides in dist. Put the the folder PythonMode into your processing modes folder (typically a folder named "modes" inside your sketchbook folder). (Re-)start Processing and select Python from the modes drop-down.
* You build this yourself you need Apache Ant
* Set properties in build.xml
* Set the path to your processing jars (core.jar, pde.jar)
* If you want to automatically install the mode (target: install ), set the path to your modes folder
* If you want to run processing after building (target: run), set the path to your processing executable.
* Ant Targets:
* build: builds the mode, creates a folder containing the mode in "dist". This can be put into the modes folder inside your sketchbook.
* install: builds the mode and copies it to your modes folder.
* run: builds and installs the mode, then runs processing.