Description
Processing is an open source programming language and environment for people who want to program images, animation, and interactions. This plugin lets you embed a Processing view into a Griffon application.
Installation
The current version of griffon-processing-plugin is 0.4
To install just issue the following command
|
You must install the Jogl Compat plugin if you intend to draw 3D scenes. The Jogl will not work as it provides a more recent version of JOGL that is incompatible with Processing's requirements. |
Usage
The following nodes become available upon installing the plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
processing |
|
|
|
|
|
|
Scripts
- create-processing-view - creates a new PApplet class at
$basedir/griffon-app/processing. You can embed that class into a View script using theprocessingnode.
History
Version |
Date |
Notes |
|---|---|---|
0.2 |
10-21-11 |
Release sync with Griffon 0.9.4 |
0.3 |
12-21-10 |
Release sync with Griffon 0.9.2 |
0.2 |
07-22-10 |
Release sync with Griffon 0.9 |
0.1 |
03-01-10 |
Initial release |