mapeditor/tiled

Blind Accessibility

Open

#3948 aperta il 17 mag 2024

Vedi su GitHub
 (6 commenti) (1 reazione) (0 assegnatari)C++ (1708 fork)batch import
help wanted

Metriche repository

Star
 (10.413 star)
Metriche merge PR
 (Merge medio 14g 4h) (17 PR mergiate in 30 g)

Descrizione

Is your feature request related to a problem? Please describe. This feature request is to mainly add/improve screen reader support. Right now, the start screen is somewhat accessible. With a screen reader, I am able to see the buttons for creating a new project, opening a project, creating a new map, and creating a new tileset.

Describe the solution you'd like The idea is that through QT's own accessibility features, and perhaps through other screen reader support, we can create a mostly usable program for the visually impaired. This should have minimal impact on other features of the GUI.

Describe alternatives you've considered I've considered first just making an entire new setup, but TMX is far too used and valuable. Even building a fully featured TMX editor would be cumbersome. As far as alternatives to the idea above, it is possible, and might be necessary to add an internal voicing system to maintain cross-platform compatibility.

Guida contributor