processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
On: Processing 3.3.7 Max OSX 10.13.5 Samsung S7 Android 8.0.0 ``` void setup(){ fullScreen(P2D); } void draw(){} ``` get this error on the consolle with the sketch above already running...
Origional report. [https://forum.processing.org/two/discussion/20334/opengl-error-1280-at-bot-begindraw-invalid-enum#latest](https://forum.processing.org/two/discussion/20334/opengl-error-1280-at-bot-begindraw-invalid-enum#latest)
The "ANRs & crashes" report from Google indicate that java.lang.OutOfMemoryError come from: A ) 60% processing.core.PApplet.loadImage on this line: params[0].wichArray[params[0].pImageNum] = loadImage(params[0].file); in this class ``` /////////////////////////////////////////////////////////////////////////////// private class BitmapWorkerTask...
I know I should give more infos, but it's really as simple as the title: whenever I use the method in a sketch, even in very simple projects, the performances...
I am working with an augmented reality app, I would like to overlay processing graphics over the camera captures, however the processing graphs have always a gray background always. I...
`public class DialogSetTime extends DialogFragment { private MyPApplet myPApplet; private FrameLayout frameLayout; @Override public void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); } @Nullable @Override public View onCreateView(@NonNull final LayoutInflater inflater, @Nullable...
Hi, i don't know if this is the right place for this. Anyway, as the title suggest, i'm having the following error over the console when i try to export...
Hello, As reported in [this processing forum thread](https://forum.processing.org/two/discussion/26169/heavy-image-compression-banding#latest), the image loaded in a PImage object seem to be compressed and lose a lot of detail in the gradients. This doesn't...
The reference needs better text and formatting, and the tutorials are falling behind the updates of the mode.
From this thread: ``` Icons names (like other android res) can only use a to z chars (lower case) an numbers from 1 to 9 + underscore: that has nothing...