processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
When I use `loadShape` with some `SVGs` it's not rendering properly in Android mode. But it's getting rendered correctly in the java mode. This is one such svg But this...
Hi. In the simple sketch below I can not use even an empty onPause(). If I do use it, and press the home button, and then recall the program it...
This can be done through ARCore's augmented images feature: https://developers.google.com/ar/develop/java/augmented-images
Holding down two fingers on the screen and releasing one without moving(!) the other will not update `touches[]`. The array will still contain two objects (which are unchanged) until an...
I run a small test with the basic VR demo but fails to build and get this: Build failed. Build folder: /tmp/android1712050672394254342sketch :app:preBuild UP-TO-DATE :app:preDebugBuild :app:compileDebugAidl :app:compileDebugRenderscript :app:checkDebugManifest :app:generateDebugBuildConfig :app:prepareLintJar...
Android Studio warns about the PFragment(PApplet sketch) constructor:  For one it seems to be ok, but at some point we should follow the "strong" advice from Google. Some useful...
Right now, the progress bar in the SDK updater is set to indeterminate mode, because the getFraction() method in the ConsoleProgressIndicator object used in the query and download tasks returns...
Following is an excerpt of the topic https://forum.processing.org/two/discussion/26691/tint-pimage-android-mode Confirmed. I just tried again. I googled images/horse and took the first one (horse.jpg). I tried java mode, and it faded perfectly....
Hello I have been working on a card game for android. I have been able to build an apk of this project before but now I'm getting errors. I can...
In Android mode, on processing3.3 on Ubuntu 16.04. Install library Ketai using library manager. It appears in sketchbook:  But not in library manager: This worked in the previous release...