A screen reader for the Godot UI
Go to file
2018-06-07 21:28:33 +00:00
addons/accessibility Move all accessibility code into Accessible class. Also, add tree-augmenting function to make an entire tree accessible. 2018-06-07 21:28:33 +00:00
LICENSE Update copyright holder. 2018-05-27 22:29:17 +00:00
project.godot Enable the accessibility addon. 2018-05-26 14:16:30 +00:00
README.md Fix typo. 2018-05-27 22:25:01 +00:00

Godot Accessibility Plugin

This plugin implements a simplistic screen reader for user interfaces created with the Godot game engine. The goal is to enable the creation of audio games with Godot, as well as to add accessibility functionality to traditional UI-centric games.