video_export_processing icon indicating copy to clipboard operation
video_export_processing copied to clipboard

NoSuchFieldError: frame on Processing4

Open hbarua05 opened this issue 3 years ago • 4 comments

I have previously used Video Export but upon installing the newer processing version I cant seem to render out my sketch as a video anymore. These are the errors shown.

image

hbarua05 avatar Sep 06 '21 14:09 hbarua05

Thanks for reporting :) It seems I need to take a look into why this is happening...

hamoid avatar Sep 07 '21 07:09 hamoid

I'll take the opportunity to rewrite the library in Kotlin and build it using Gradle.

  • [x] Make simple Gradle-based library written in Kotlin and test it in Processing 3 and 4.
  • [x] Port existing code to Kotlin
  • [x] Merge transparent-video feature and other updates from laptop

hamoid avatar Sep 08 '21 08:09 hamoid

Thank you very much!

hbarua05 avatar Sep 09 '21 01:09 hbarua05

Hi, I created a branch written in Kotlin and using Gradle to build. It can be found at https://github.com/hamoid/video_export_processing/tree/kotlinGradle

I tested it with Processing 3 and 4 in Linux and it seemed to work fine.

hamoid avatar Nov 24 '21 09:11 hamoid

Closing as the gradle branch seems to work in Processing 3 and 4.

hamoid avatar Jan 28 '23 17:01 hamoid