video_export_processing
video_export_processing copied to clipboard
NoSuchFieldError: frame on Processing4
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.
Thanks for reporting :) It seems I need to take a look into why this is happening...
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
Thank you very much!
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.
Closing as the gradle branch seems to work in Processing 3 and 4.