arnaud-neny / rePlayer

another multi-formats music player
Other
55 stars 4 forks source link

Implement accessibility in rePlayer's UI? #20

Open juanreina921 opened 1 month ago

juanreina921 commented 1 month ago

Hey there. I am a blind user of GitHub and lover of chiptune music formats as well as demoscene music. I do want to use rePlayer and help with its issues in accessibility as well as other format players to improve to it, but sadly the UI isn't accessible to the screen reader as the entire window is drawn to the screen with ImGui and as ImGui is just picture, it exposes no accessibility flags what so ever for screen readers or other accessibility software. I would like this player to be accessible as this is one of the players that can play .fur as well as have an up to date implementation of gbs play. I left a post for you on the vgmrips forum but had got no response, so I thought I might try here. I can record rePlayer's function with screen reader and help you how ever I can over voice, and post recording in GitHub issue here if interested.

arnaud-neny commented 1 month ago

Hi! I'm really sorry there is no accessibilty tool being able to read from ImGui, and I can't change it in rePlayer as it's heavily based on it (and it's just a hobby project). If someone has worked or gonna work something out to be able to wrap ImGui with some accessibility systems, I would be glad to integrate it.

PS: sorry for missing the message on vgmrips, I forgot to register to the thread.