p5.js-website
p5.js-website copied to clipboard
p5.js website built using Node.js, Grunt, YAML and Assemble
Following up from https://github.com/processing/p5.js/issues/4716, from what I can see, only the reference and examples currently uses `p5.min.js` and `p5.sound.min.js` both of which needs to have their cache updated. The reference...
Hello, it'd be nice to have a .editorconfig to format any added code accordingly. The one from p5.js repo doesn't cut it at the moment, it'll need *.hbs to be...
In the majority of cases I used canvas libs for simple drawings, but I had to download the complete library. In my view it's a huge disadvantage, because the libraries...
Fixes #685 Search bar is not recognizable for some students when they are new to the website according to Mr. Raymond G McCord who has responded to my poll in...
Posting this from an email I received: My library currently breaks when used in instance mode. I can see why, because I have explicit calls to core p5 functions, but...
I'm trying to translate the p5.Vector into Chinese. But it seem that there isn't any translated class before. There are a lot of Fields and Methods below, where should I...
**Actual Behaviour** Image carousel changes images without user's control. **Expected Behavior** For Screen Readers, we can add a pause play button using Bootstrap Screen Reader functionality to avoid seizures. @limzykenneth...
Sound is currently not working in Chrome due to changes in the way that sound can be played. It seems that Chrome now only allows a sound context to be...
[Ed: sorry, I should have called this "Multiple documentation suggestions" but can't see a way to edit the title.] I wasn't sure exactly where to submit feedback and so a...
Participating in MozSprint by porting these. Since JS is a dynamically typed language only with strings, and does some conversions automatically, the examples will probably have to diverge a bit...