Android中如何使用处理库
我必须扩展 PApplet 类吗?我尽量避免创建小程序,因为 Android 有它的活动性。但似乎如果我不创建一个小程序,我就无法使用它的方法。 有人对在Android 中使用Processing 有想法吗?谢谢!
Do I have to extends PApplet class? I try to avoid creating an applet, since android has its avtivity. But it seems if I do not create an applet, I can not use its method.
Does anybody has ideas on using Processing in Android? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最新版本 (1.5.1) 中的处理具有原生 Android 支持。您只需将 IDE 视图从“标准”更改为“Android”即可。
Processing has native Android support in the latest version (1.5.1). You just need to change the IDE view into "Android" from "Standard".
第一个答案的附加内容:
<<最新版本 (1.5.1) 中的处理具有原生 Android 支持。您只需将 IDE 视图从“标准”更改为“Android”即可。
当您单击“运行”按钮时,它会自动使用 Android。但是,您必须从网站下载模拟器(SDK http://developer.android.com/ sdk/index.html),您必须告诉处理应用程序在哪里,以便它将您的草图发送到 Android。
additional stuff to the first answer:
<< Processing has native Android support in the latest version (1.5.1). You just need to change the IDE view into "Android" from "Standard".
when you click Run button it automatically uses Android. However you have to download the emulator thing from the website (SDK http://developer.android.com/sdk/index.html) and you have to tell the Processing where the application is so that it sends your sketch to Android.