Casey Reas
Casey Reas
Hey, @codeanticode, where would you put the entry for attrib() Reference entry: https://processing.org/reference/ Inside Rendering or Rendering/Shaders or other? Also, how would you describe attrib()? Any text or ideas are...
I spent time on this and I'm stuck. Should only `attrib()` be documented, or should `attribPosition()`, `attribNormal()`, and `attribColor()` also be documented? I'm leaning in favor of keeping all of...
@codeanticode I'm wondering if they would be in the Web reference at all and if they are, if it should stop at `attrib()` or include the variants for Normal, Color,...
I'm in favor of documenting them only in the JavaDoc because of their specificity.
I'm wondering how common it is for beginners to see NaN and how it happens. I think some examples would help. It doesn't feel right to "bury" it inside the...
@jeremydouglass That #11 is very outdated. The Libraries are now hosted here: https://processing.github.io/processing-javadocs/libraries/ However, the Video and Sound libraries aren't included in the Processing source code. They are both external...
This is our master color coding file: https://github.com/processing/processing/blob/master/java/keywords.txt
I've been manually adding color to the code in the Tutorials and I think it makes a big difference in how the site feels -- it makes the code more...
Yes, I'm in favor of using https://highlightjs.org/
I think it's worth looking into changing the Processing highlighting at the root of highlight.js to match the style in the 3.0 editor. I'd like to use it on the...