Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the describe() function to live examples #312

Open
SableRaf opened this issue Aug 23, 2022 · 14 comments
Open

Add the describe() function to live examples #312

SableRaf opened this issue Aug 23, 2022 · 14 comments
Assignees
Labels
Accessibility Ensuring that the website is usable for a wide range of users, including people with disabilities. Enhancement Examples Good First Issue Help Wanted

Comments

@SableRaf
Copy link
Collaborator

SableRaf commented Aug 23, 2022

Since p5.js has a convenient function to make sketches accessible to screen readers, it would be a great idea to use it.

Here's an example of how to do it:

  1. Go to content/examples/... and navigate to the example folder for which you want to add alt-text.
  2. Locate the liveSketch.js file
  3. In the s.setup function add an s.describe() function and pass it your alt-text as a string.

For example:

s.describe(
      'there are two dark spheres side by side, the cursor works like a light source, when mouse moves the direction of light changes and reveals some part of spheres.'
    );

Edit: see for reference 👇

July 30th 2024 edit: added step by step instructions

@trikaphundo
Copy link
Contributor

I can definitely take on this, but as it is quite easy, would you prefer to label it as "good first issue" or so? So that a newcomer (newer than me at least ^^') can tackle on this and get acquainted with VCS?

@SableRaf
Copy link
Collaborator Author

Good idea! Let's see if someone wants to take that on :)

@himanshu007-creator
Copy link

Hi @SableRaf , i would like to work on this issue, only doubt is to which all examples do i have to add the describe function, can you point out these examples to me?

@SableRaf
Copy link
Collaborator Author

Hi @himanshu007-creator. Ideally this should be added to all the live examples coded in p5.

You could start with a few simple ones:

For example, in the On/Off live sketch, the describe() function could be added to the p5 code like so:

describe(`A shaded grey cube is rotating slowly. When the mouse is clicked the lights() function is turned off and the cube appears a solid white color.`);

@yogitheboss
Copy link
Contributor

@SableRaf I would love to work on this issue.
Do we have to write good alt text to improve the accessibility of sketches?

@SableRaf
Copy link
Collaborator Author

@yogitheboss That's the idea yes! Some might be easier than others. I have listed a few low hanging fruits in the message above. I'll assign this to you. Feel free to ask if you need any more input.

@SableRaf SableRaf added the Accessibility Ensuring that the website is usable for a wide range of users, including people with disabilities. label Feb 13, 2023
@nikhilhvr
Copy link

I'd like to contribute to this issue.
Let me know if you're also working on this. Excited to contribute!

@SableRaf
Copy link
Collaborator Author

Let's see. @yogitheboss are you still working on this?

@yogitheboss
Copy link
Contributor

Yes @SableRaf I am still working on this issue.
I would try to pull request few examples tomorrow.
Sorry for being late, my exams are going on.

@SableRaf
Copy link
Collaborator Author

SableRaf commented Feb 24, 2023

For sure! No pressure 😃 I just asked because of @nikhilhvr's request. Good luck with your exams!!

@AaryaZ
Copy link

AaryaZ commented Aug 23, 2023

@SableRaf I see that the issue is still open. Is there anything more needed to be added to this issue?

@SableRaf
Copy link
Collaborator Author

SableRaf commented Sep 4, 2023

Hi @AaryaZ, and thank you for pointing that out. The issue is still open due to some pending changes. I had reviewed the PR from @yogitheboss (#447) and provided feedback. We're waiting for those updates. Please check the discussion there for more context.

@umangutkarsh
Copy link

umangutkarsh commented Oct 4, 2023

Hi @SableRaf , I'd like to contribute to this issue, if this issue is still open.
Please review the changes and provide some feedback on whether this should be modified.

@SableRaf
Copy link
Collaborator Author

Hi @umangutkarsh and thanks for your Pull Request. We have provided feedback in the replies.

For future reference to others willing to contribute alt-text via the describe() function, please see this contribution: #447

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Ensuring that the website is usable for a wide range of users, including people with disabilities. Enhancement Examples Good First Issue Help Wanted
Projects
None yet
Development

No branches or pull requests

7 participants