processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
I've installed android studio and processing 3, and I can't use Android mode. I cant select anything in this blank window and can't close it. Any fixes? Distro: Arch Processing...
Everytime I use an ArrayList in APDE the App crashes. When trying to open it again, it crashes with no really error. The only way I found to fix it,...
## Description A PShape's texture does not display correctly when using Android Mode. The same exact code runs as expected on both Java Mode and APDE. ## Expected Behavior The...
 @codeanticode I was testing the features of Pgraphics API, and found this issue with **noClip()** **Region.Op.REPLACE** has been depreceated from Android-API 26 onwards as mentioned in...
I tried to run the Balls and cube ARCore example. The camera preview appears but none of the 3d objects appear on the screen.
 @codeanticode, Recently faced this issue when I again setup my Processing PDE and Android-mode, when I dig deep into this issue, I found that this issue is caused by...
beginRecord(PGraphics) seems to be commented in the Android PApplet, while it is working in the Java mode. If it is not possible to implement it, Is it possible to obtain...
How to Recreate issue : 1. Switch to android mode 2. Open android->SdkUpdater 3. Close it before the updates are fetched. (This happens in case of slow internet connectivity) 4....
Hi I have an app that in the past I have had to export from Processing in order to make a signed apk (in the days before processing had this)....