Abe Pazos
Abe Pazos
I created a fork that can export RGB and Alpha videos separately: https://github.com/hamoid/video_export_processing/tree/kotlinGradle Only tested in Linux with Processing 3 and 4.
Hi! Thanks for the idea. I've never done this before. How do you do that? Also, does it make sense? As a Processing library, it comes with examples, documentation and...
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...
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...
Apparently yes :) I just tried and it works. BUT it produces super fat GIFs. You should run gifsicle or change the encoding settings somehow to limit the file size....
So useful! I didn't know about that key combo :) Thanks :)
Maybe adding `@updateShader()` at https://github.com/BKcore/Shdr/blob/master/sources/shdr/App.coffee#L295 would fix this?
Hi! @Apep-the-snek I think the last three words on the issue you opened can be safely deleted (in this and other issues as well). Removing them can have a positive...
I tried do that here https://github.com/hamoid/processing_websockets/commit/20a23d2499b52be38b950a572320a7cdfd5eaf83 (at the bottom, sorry for the unrelated changes) Might that be enough?