Skip to content

Community enhanced version of BrailleBlaster Braille translation software

License

Notifications You must be signed in to change notification settings

mwhapples/BrailleBlaster-NG

 
 

Repository files navigation

BrailleBlaster-NG

BrailleBlaster-NG is a community enhanced fork of the BrailleBlaster software. As a community project it aims to focus on and respond to the needs of the community rather than being driven by the requirements of a single organisation.

BrailleBlaster is a free, open-source Braille transcription program developed by the American Printing House for the Blind (APH). It assists individuals and professional transcribers in producing high-quality Braille materials, ensuring that individuals who are blind have timely access to essential reading resources.

Obtaining BrailleBlaster-NG

An early access version of BrailleBlaster-NG can be found at the download page. As an early access version there may still be issues which need resolving. In the meantime users who want a production ready release should consider using the previous proprietary version of BrailleBlaster.

Users who want to be on the bleeding edge and are prepared to take the risks of using development builds may wish to try out the continuous release. See the below details for running a development build.

Building BrailleBlaster-NG

BrailleBlaster-NG uses the maven build system and requires a (java Development Kit of Java21 or higher to be installed. You do not need to have maven installed as BrailleBlaster-NG includes some maven wrapper scripts which will be able to download the required version of maven. To build BrailleBlaster-NG run the following command at the root of the source tree:

mvnw package

Once the build finishes you will find the application in brailleblaster-app/target/dist.

Running a development build

To run a development build of BrailleBlaster-NG, either one you built yourself or from the continuous release, you will need Java21 or higher installed. On Windows or Linux issue the following command from the root of your build:

java -jar brailleblaster.jar

Mac users will need a different command which is:

java -XstartOnFirstThread -jar brailleblaster.jar

About

Community enhanced version of BrailleBlaster Braille translation software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 59.8%
  • Java 37.5%
  • XSLT 0.9%
  • JavaScript 0.8%
  • TeX 0.8%
  • Shell 0.1%
  • Other 0.1%