Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0

godot-screenreader - A screenreader for your Godot games!

A topic by Punished Felix created 35 days ago Views: 51
Viewing posts 1 to 1
(2 edits)

[itch.io] | [GitHub]

An in-game screenreader asset for Godot 4.3+ games.

This asset is early in development, it is missing some features like Braille display support. But its better than nothing.

Inspired by the work of LightsOutGames, who created the first Godot accessibility plugin for Godot 3.x, and rodolpheh, who converted LightsOutGames’ plugin to be used for Godot 4.x.

For now, it is something that can be used to attach to your game to make menus and other features more accessible. However, I hope to include this screenreader in a plugin in the future as well to make the Editor more accessible.

[Installation] | [Documentation]

Features:

  • Converts child Control elements into a format easy to navigate for users with low vision
  • Easy to customize and extend
  • High contrast theme switcher
  • VTT file support and subtitles in VideoStreamPlayer Controls

Note: This is not a screenreader plugin for the Editor, however, this is a goal in the future. If you need some level of editor accessibility, consider LightsOutGames’ godot-accessibility plugin (only works for 3.x).