processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Processing mode and core library to create Android apps with Processing

Results 131 processing-android issues
Sort by recently updated
recently updated
newest added

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...

needs confirmation

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...

core
needs confirmation

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() {...

needs confirmation

Examples such as the Accelerometer only shows a white screen without anything else. Running on Android 10

bug
examples

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 =...

needs confirmation

**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...

enhancement
unit testing

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...

enhancement

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...

needs confirmation

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...

enhancement
mode

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...

enhancement
mode