Android + Processing in Eclipse
in
Android Processing
•
2 years ago
I know, I know, we're not supposed to do this... and I appreciate that. The PDE is much simpler. But for the sake of argument (and for the sake of using
libpd) I have a few questions...
1) In the case of an Android app, when we are editing the Java BuildPath to include Processing as a library, should we be pointing to the core.jar or android-core.jar ??
2) The whole PApplet thing - how is this supposed to sit vis-a-vis Activity ??
public class mySketch extends PApplet {
in a desktop project becomes
public class mySketch extends Activity {
in an Android project...
Thanks for any thoughts in advance...
~ Jesse
3