-
Notifications
You must be signed in to change notification settings - Fork 6
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
Retrohub and screen reader accessibility #194
Comments
Hi, thank you for your suggestion. RetroHub uses Godot, so it's very dependant on core support for such accessibility options. Thankfully, there are a few proposals available (1 and 2) and an addon as well. From some quick testing it appears to work quite well, but will need to be integrated better to say useful info in some scenarios. As I have no experience developing for visually impaired users, do you know of any resources I can look up to better understand how to develop this properly? My most immediate question would be: what input methods do you usually use for navigation? RetroHub's interface fully supports game controllers, and I'd consider that to be the best input method to use in this scenario, but not everyone has a controller. As for keyboard and mouse, right now both need to be used together for a smooth experience, but if typically only one of them is used, I will adapt the interface for that. |
Hi. |
Oh and most blind users do not have a mouse. |
An initial implementation will be available for the next version 0.1.2. This will be a simple implementation which will be refined further with collected feedback until the 1.0.0 release. Checklist: |
This issue should have been closed sooner, but I forgot 😅. For further accessibility issues that exist, new issues should be opened, as it's easier to track. Thank you for your suggestion! |
Hi.
I am fully blind and I want to use retrohub. I play a lot of games and I want a frontend to make it easy to launch and play. Retrohub does not support the screen reader I am using. A screen reader is a software program that reads out what's on the screen so that blind people like myself can use a computer.
For retrohub it would be quite awesome to have. This would allow me to use this application to have my games in easy access.
The screen reader I use is called NVDA and can be found here:https://www.nvaccess.org/download/
There is also a library that lets it interfase with other applications, which i think might work here? I am no programmer, but here it is: https://github.com/nvaccess/nvda/tree/master/extras/controllerClient
I really hope this can be implemented and that accessibility for blind with this app gets better.
Thanks for reading!
The text was updated successfully, but these errors were encountered: