processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
I am trying to access a file in Processing Android Mode using the following: File file = new File(filePath); And I tried the following options for setting filePath for the...
I tried opening new Activity in setup of Sketch.java using startActivity(intent) but on second activity I noticed back button not working ie not leading to first activity. I am using...
I found the function "smooth(int value)" in PApple.java is not working when i use P2DX or P2D. Then I read the source finding the code below: private void createFBOLayer() {...
Examples such as the Accelerometer only shows a white screen without anything else. Running on Android 10
In the PApplet implementation (enqueueTouchEvent) the current pointer id is set with this: touchPointerId = event.getPointerId(0); But I think it must be taken from the action like this: touchPointerId =...
**Currently we don't have any tests written for this project as its really hard and complex to write tests for GLSL shaders and OpenGL-ES programs.** **_But I think we can...
I use processing.net in Java mode and would like to use in Android mode too. The library is missing. I got around the problem by using the Client source code...
I have two applications that use PShape.setFill. One of them runs completely fine, the other one crashes. Both of them use size(x, y, P2D) in the setup, so that's not...
These create trouble building the library using Java 11 and targeting Java 8. A possible replacement is the [Bouncy Castle libraries](https://www.bouncycastle.org/), used by APDE for example: ```java import org.spongycastle.asn1.x509.X509Name; import...
Processing-core library build with Java 11 results in the following error when running sketches from the PDE: java.lang.NoSuchMethodError: No virtual method rewind()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration...