mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-12 16:45:56 +00:00
A screen reader for the Godot UI
Nolan Darilek
877effcf54
Current features include: * A global script that initializes the TTS extension and speaks "Hello, world." * A player Area2D node. Once this plugin gains more features, the basic game will be removed, and it will be built in the context of actual production games. |
||
---|---|---|
addons/accessibility | ||
.gitignore | ||
globals.gd | ||
godot_tts.gdnlib | ||
godot_tts.gdns | ||
LICENSE | ||
player.tscn | ||
project.godot | ||
README.md |
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.