Kenneth Lim
Kenneth Lim
Might be a pixel density mismatch, I'll look into it.
Actually I think it might be `imageMode` not working. @davepagurek Got it working, just one change: ```js p.draw = function(){ drawTorus(); p.background(200); pg.background(50); pg.imageMode(p.CENTER); //
@davepagurek I think this is about as much as I can do to fix tests without doing the larger WebGL refactor, I'll see if there are other parts to work...
Would changing the capitalization of the YAML file work in this case? Changing the filename can be tricky because Mac by default don't track file path capitalization and can confuse...
The `relatedReference` key should probably be duplicated in the translated versions, although it would be nice to automate duplication of metadata to some degree.
Thanks for the report @SpringySpring04. The reference for p5.sound is not officially released on the new website yet as we are working through some necessary steps for new release of...
There are no functional difference between examples ported from Processing and original examples, both are fully native p5.js sketches so I'm not entirely sure what the reasoning is for separating...
For the reference, specifically the descriptions, you will need to follow the format here: https://github.com/processing/p5.js/blob/main/contributor_docs/contributing_to_the_p5.js_reference.md as in just go straight into the description text (with first line as the brief...
@tmartinez88 For that it is more complicated but I'll try to break it down into steps 1. Build the full p5.sound.js library with the inline reference comments 2. Copy the...
@tegacodes Only just came across this but I think what you mean is similar to what is mentioned in #582? What I'm thinking is that people copy more often from...