Andy Modla

Results 15 comments of Andy Modla

My feature request for this issue as described in [duplicate issue 6186]{https://github.com/processing/processing/issues/6186} Feature Request: Processing does a good job of running a sketch across multiple platforms: Windows, Android, MacOS, and...

Thanks for your response and suggestions. Trying to improve synchronization, I chose not to use the mobile hotspot method to connect because the S8 mobile hotspot will only work when...

Android Mode 3.0.2 size(640,480); // does not blend size(640,480, P2D); // does blend! including P3D

I'm seeing a similar error (crash) on Windows 10 PC when running any Sound library example in Processing 3.3.6. Switching to Beads or Minim library avoided this problem, but I...

I found a solution to this issue with the following changes to the example I tested: CreateImageEditRequest request = CreateImageEditRequest.builder() .prompt("change colors to red") .n(1) .size("1024x1024") // was missing .responseFormat("url")...

I ran into a similar problem using Android Mode 4.5 (version 410) recently. I built a sketch for a tablet with Android API 15 (4.0.4) and the verify error appeared....

Processing android mode does not support javafx, issue #736 https://github.com/processing/processing-android/issues/736

For @vess-dev , I fixed this problem in this fork: https://github.com/ajavamind/video_export_processing/tree/kotlinGradle You can build the library on Windows with: .\gradlew.bat shadowJar

This issue also occurs with Windows 11 Pro. And cam.copy() has the same problem. I also used the Video library TimeDisplacement example, changing to size(640, 480, P2D) to verify the...