Setup: Installing Processing - ColoradoSchoolOfMines/interface_sdk GitHub Wiki

Installing Processing

Currently, the Interface SDK supports Processing version 1.5.1, available here. Please note that at the present, Processing 2.0 is not supported.

NOTE: If you are using the Interface SDK with dependencies included, Processing is included as a library. No external setup is required to use Processing in a module.

Additionally, this SDK only supports using Processing through Java via the ProcessingModule class, provided in the SDK. See [Extending Modules] (https://github.com/ColoradoSchoolOfMines/interface_sdk/wiki/Extending-Modules#processingmodule) for information about using Processing functions in a module.

TODO: check 32 bit issue with linux machines