processing-website
processing-website copied to clipboard
Repository for processing.org
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  ### After 
## 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...
### 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...
### 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...