processing / processing/p5.js-web-editor
Adding describe() as default function to increase accessibility
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
Increasing Access
The new describe() function adds alt text to your sketch. https://p5js.org/reference/#/p5/describe
We should encourage users to make their sketches accessible by including the describe function as a default function in the text editor.
Feature request details
Add something similar to lines 4 and 5 to encourage users to make their sketches more accessible
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the p5.js sketch template used by the text editor, since no file or test is named in the issue. Compare the requested default describe() addition with the referenced screenshot. Done means new sketches include the accessibility-oriented describe() example without disrupting the existing starter code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100