Ben Fry
Ben Fry
@codeanticode Can this be done inside begin/endPGL? If so, we should probably close. Seems akin to adding CMYK support instead of just RGB since it touches so many parts of...
Much nicer solution! That looks simple enough that adding a `hint()` for it might be appropriate. That way it can have the appropriate caveats, since it's really helpful in some...
Changing this to an enhancement request in case there's a way we can query GL for the max setting rather than getting these errors. I seem to recall there was...
Hm, could be a bug; a couple ways you might get this: 1. If you managed to hit ctrl-r twice very quickly—where it tried to launch before the code had...
Yeah, still lots of work to be done in the Contributions Manager. Thanks for letting me know.
Drawing lines with OpenGL is really tricky, and it works with `createShape()` because it can do a better job of guessing that you intend those shapes to be connected. That...
If the issue is fixed by calling `System.gc()` then it's not a Processing bug, it's how the Java VM is deciding when to clear memory. If you have plenty of...
Meant to say that there's a third option where we're doing unnecessary allocation, which happens from time-to-time, but it doesn't sound like that's what is happening here.
This may be the same as https://github.com/processing/processing4/issues/515
That's unfortunate; this is happening outside Processing so it's not something we can fix. Not sure if it's a macOS bug or a Java bug, but we'll have to wait...