processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
The Android Emulator on Windows now support AMD Processor & Hyper-V: https://android-developers.googleblog.com/2018/07/android-emulator-amd-processor-hyper-v.html Need to check if anything needs to be done from Processing to enable this support.
this is a feature request. I try running new projects on my physical device and I use the wifi method of adb to get rid of cables. In Android Studio,...
Being able to create foreground services is an useful feature. Right now, one needs to add java code to the sketch, which is hard to read and to integrate with...
OpenGL ES 3.0 supports buffer object mapping: https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glMapBufferRange.xhtml which will make it possible to port buffer object streaming recently implemented in the Java mode: https://github.com/processing/processing4/issues/196
Currently, the maven plugin is used to generate pom files for publication of the core, vr, and ar libraries on JCenter. The maven plugin is deprecated and incompatible with Gradle...
Testing the emulator with the latest release (4.0.2) and also the previous one, it seems that the emulator hangs during startup on Linux, Windows, and Mac. Need to do further...
It works by sending the dex file generated from the sketch to a preview app running on the device: https://github.com/Calsign/APDE/tree/preview/sketch-preview It reduces the time to launch the sketch substantially (at...
I keep getting the following error despite me trying both createFonts() and loadFonts(). Does anyone else have this issue with processing 3 in android mode? Could anyone please tell me...
it.s completes the Android mode installation in Processing-4.0b1 , can compile, and execute on the phone, but the compilation time is too slow, a simple program takes more than 30...
Library exports are handled differently from Processing 3, due to the changes in supported platforms: https://github.com/processing/processing4/wiki/Supported-Platforms In particular, exports.txt file are no longer required for libraries, and the androidExports list...