https://github.com/seehait/diagator
An application for the Blind to navigate through an diagram.
https://github.com/seehait/diagator
assistive-technology diagator
Last synced: 7 months ago
JSON representation
An application for the Blind to navigate through an diagram.
- Host: GitHub
- URL: https://github.com/seehait/diagator
- Owner: seehait
- Created: 2017-04-29T07:36:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T06:44:09.000Z (about 5 years ago)
- Last Synced: 2025-01-18T05:40:25.778Z (9 months ago)
- Topics: assistive-technology, diagator
- Language: Java
- Homepage:
- Size: 339 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diagator
An experimental user interface for *Diagram Traversal* using the description sound rather than graphic output.## Prerequisite
- Maven installed
- JDK 1.8 installed## Build
```bash
mvn clean install
```