Abe Pazos

Results 267 comments of Abe Pazos

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

It's also possible that it's unrelated to ofxImGui... Maybe a floating point arithmetic issue?

I don't know if this discussion affects the Axidraw, but in case it does: with some papers if you stop the pen and leave it there it would create a...

Should people reply with URLs to their docs? Or do you have a way to find out where it is used?

Our system is probably rather unconventional and not sure if popular enough, but I'll leave here the links anyway: https://guide.openrndr.org/ Source https://github.com/openrndr/openrndr-guide It is unconventional because the guide is generated...

Is there currently a workaround that can be implemented in a library to detect closing of the sketch? I created the Video Export library, but it's apparently failing on Windows,...

@jdf Thanks for the tip. I tried ShutdownHook, and it made me realize that pressing stop on the IDE was actually not calling dispose(), but for some reason produced videos...

Thank you very much for your help! :-) I noticed I was also calling mtllib in the .mtl file instead of the .obj file. I fixed that and thanks to...

If you start the standalone executable from the command line, does it show some useful information when it crashes? Do you think it's because `ffmpeg` is not found? When ffmpeg-6.0-1.5.10...

Interesting :-) It happens when copying from (0, 0) -> (0, 0). But these other combinations work fine: - (0, 1) -> (0, 0) - (1, 0) -> (0, 0)...