p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

p5.js website built using Node.js, Grunt, YAML and Assemble

Results 336 p5.js-website issues
Sort by recently updated
recently updated
newest added

**Actual Behaviour** The gray and white alternating lines behind reference examples is slightly off. This seems to build up with consecutive lines. **Expected Behaviour** The gray and white lines alternate...

Reference

**Actual Behaviour** The Processing site has an example for embedded links https://processing.org/examples/embeddedlinks.html **Expected Behaviour** The p5js site should have a similar example using `window.open` instead of `link` since we will...

Example

#### Nature of issue? - [ ] Found a bug - [x] Existing feature enhancement - [ ] New feature request #### Most appropriate sub-area of p5.js? - [x] Other...

Reference

**Actual Behaviour** None of the examples are optimized for the mobile view. Neither they provide any horizontal scroll to view the entire project. **Expected Behaviour** The example should scale down...

Example

Following up from #836, I've done some preliminary investigation and work which can be tracked [here](https://github.com/limzykenneth/p5.js-website/tree/ref-rewrite). I'll use this issue to start detailed discussions and tracking priorities. Would be very...

Reference

**Actual Behaviour** At present, the major categories in the [reference page][0] seem to appear in an arbitrary order... They currently appear in the following order: - environment - color -...

Reference

**Actual Behaviour** There is currently no documentation on the attributes and uniforms that are available when writing shaders in p5. For example, the `aPosition` attribute is used in all vertex...

Reference

**Actual Behaviour** Currently, the only way to find out about the existence of class methods from the [Reference page][0] is by clicking on the class article. For example, the only...

Reference

**Actual Behaviour** The Noise 2D example is extremely slow in Chrome on Windows. Firefox and Edge are worse. I get 1.5-1.7 Seconds per frame. 2 seconds per frame on the...

Example

https://p5js.org/examples/advanced-data-load-saved-table.html Here is the description: "Because the web browsers differ in where they save files, we do not make use of Based on Daniel Shiffman's LoadSaveTable Example for Processing." It...

Example