processing-website icon indicating copy to clipboard operation
processing-website copied to clipboard

Repository for processing.org

Results 140 processing-website issues
Sort by recently updated
recently updated
newest added

I found a few formatting errors in the PVector tutorial (https://processing.org/tutorials/pvector): > “SPEED: xspeed and yspeed In a more advanced sketch, we could imagine this ball and world having many...

worked on issue #427 . changed the color contrast between background and hover color in footer, so the people with color blindness can also read clearly. Before the hover color...

**How it looks right now?** **Why it should be changed?** The main purpose of the sidebar is to provide easy navigation. But due to the overflow of titles and links...

The Environment page is completely responsive for mobile devices. ### Before ![image](https://user-images.githubusercontent.com/97503662/225366877-1b0889ba-6aa0-4ca8-a04e-23e956dfcaa7.png) ### After ![Capture](https://user-images.githubusercontent.com/97503662/225367056-a1e95c84-a266-47bd-b650-41546b945a90.JPG)

## Problem statement The Css of the environment page is not responsive for mobile devices. The mobile user on processing.org/environment/page text is not responsive. It only takes 50-60% of the...

The PShape::getChildren() method is not documented but still accessible. Given how ubiquitous and idiomatic for-each loops are in Java, making it clear that the method is available would likely help...

Reference

### Issue description The parameters are too confusing! `v` has two meanings. ### URL(s) of affected page(s) https://processing.org/reference/vertex_.html ### Proposed fix Please replace `vertex(v)` with something like `vertex(a)`, then state...

The top bar of the Processing website's dropdowns are not properly accessible for keyboard and screen reader users. ### Current behavior - Tabbing through the top bar menu gives limited...

Enhancement
Help Wanted
Accessibility

### Description According to a recent Lighthouse report, some text on the website has low contrast between the background and foreground colors, making it difficult or impossible for some users...

Good First Issue
Help Wanted
Accessibility