Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.29 KB

readme.md

File metadata and controls

31 lines (22 loc) · 1.29 KB

Build Status Type License: LGPL v2.1

dotify.devtools.gui

The dotify.devtools.gui project in the code repository contains a GUI for testing various Dotify components in both an OSGi and an SPI environment.

Main Features

This tool allows a user to

  • translate a text to braille interactively
  • get unicode code points for a string of characters or vice versa
  • convert braille p-notation into the corresponding unicode braille pattern (block 0x2800)

Using

Run the application (in OSGi mode) with

gradlew run (Windows) or ./gradlew run (Mac/Linux)

The application is started (in SPI mode) from the class

org.daisy.dotify.devtools.gui.Main

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Requirements & Compatibility

  • Requires JDK 8
  • Compatible with SPI and OSGi

More information

See the common wiki for more information.