p5.accessibility icon indicating copy to clipboard operation
p5.accessibility copied to clipboard

p5.accessibility.js makes the p5 canvas more accessible to people who are blind and visually impaired. It can be used with any p5.js sketch and it is used in the p5.js web editor.

Results 32 p5.accessibility issues
Sort by recently updated
recently updated
newest added

Current shows something like this: > Your output is a 200 by 200 lavender blue(123, 87, 255) canvas containing the following 3 objects : Hello world(black(0, 0, 0)) at bottom...

type: feature
ver0.2.0

`colorMode(HSB);` `fill(255,` 204, 100);`

type: bug
priority: low

#### Nature of issue? - [x] Existing feature enhancement #### Feature enhancement details: Going back to #54 and #101 , on the discussion about making it easy for first timers...

#### Nature of issue? - [ ] Found a bug - [ ] Existing feature enhancement - [ ] New feature request #### Details about the bug: - Web browser...

priority: low

#### Nature of issue? - [ ] Existing feature enhancement #### Feature enhancement details: Examples can show arcs, lines, text, etc. Makes it easier for anyone cloning this repo to...

type: feature

How used is this?

priority: low
type: feature

Add a script that initializes the library. rather than just appending to an HTML element if it's there. for example, one includes the accessibility library, and then includes a script:...

on hold
priority: low

#### Nature of issue? - [x] Existing feature enhancement #### Feature enhancement details: What should we do if the background isn't refreshed? I'm going through [the p5 book](https://p5js.org/books/) and one...

#### Nature of issue? - [ ] Found a bug - [ x] Existing feature enhancement - [ ] New feature request #### Details about the bug: - Web browser...

#### Nature of issue? - [x] New feature request #### New feature details: I started to reference this in #65. The basic idea is to implement CI so that the...