All Projects → liblouis → Liblouis

liblouis / Liblouis

Licence: other
Open-source braille translator and back-translator.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Liblouis

Mitype
Typing speed test in terminal
Stars: ✭ 241 (+86.82%)
Mutual labels:  command-line, cross-platform
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+20.93%)
Mutual labels:  command-line, cross-platform
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (+57.36%)
Mutual labels:  command-line, cross-platform
Micro
A modern and intuitive terminal-based text editor
Stars: ✭ 18,526 (+14261.24%)
Mutual labels:  command-line, cross-platform
Structopt
Parse command line arguments by defining a struct
Stars: ✭ 323 (+150.39%)
Mutual labels:  command-line, cross-platform
Axegrinder
Crawl websites for accessibility issues from the command line.
Stars: ✭ 12 (-90.7%)
Mutual labels:  command-line, accessibility
Csvtk
A cross-platform, efficient and practical CSV/TSV toolkit in Golang
Stars: ✭ 566 (+338.76%)
Mutual labels:  command-line, cross-platform
Chime
🎵 Python sound notifications made easy
Stars: ✭ 56 (-56.59%)
Mutual labels:  command-line, cross-platform
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-2.33%)
Mutual labels:  cross-platform
Grmon
Command line monitoring for goroutines
Stars: ✭ 1,703 (+1220.16%)
Mutual labels:  command-line
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (-2.33%)
Mutual labels:  command-line
Virt86
x86 virtualization abstraction framework
Stars: ✭ 126 (-2.33%)
Mutual labels:  cross-platform
Dasynq
Thread-safe cross-platform event loop library in C++
Stars: ✭ 127 (-1.55%)
Mutual labels:  cross-platform
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-2.33%)
Mutual labels:  command-line
Asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Stars: ✭ 1,805 (+1299.22%)
Mutual labels:  command-line
Couchimport
CouchDB import tool to allow data to be bulk inserted
Stars: ✭ 125 (-3.1%)
Mutual labels:  command-line
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+10084.5%)
Mutual labels:  command-line
Chirp
🐦 A cross platform twitter application
Stars: ✭ 129 (+0%)
Mutual labels:  cross-platform
Sty
String styling for your terminal.
Stars: ✭ 129 (+0%)
Mutual labels:  command-line
Minijvm
Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
Stars: ✭ 127 (-1.55%)
Mutual labels:  cross-platform

Introduction

Make check/distcheck Cross-compile with mingw Emscripten

Liblouis is an open-source braille translator and back-translator named in honor of Louis Braille. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. New languages can easily be added through tables that support a rule- or dictionary based approach. Tools for testing and debugging tables are also included. Liblouis also supports math braille (Nemeth and Marburg).

Liblouis has features to support screen-reading programs. This has led to its use in two open-source screenreaders, NVDA and Orca. It is also used in some commercial assistive technology applications for example by ViewPlus.

Liblouis is based on the translation routines in the BRLTTY screenreader for Linux. It has, however, gone far beyond these routines. In Linux and Mac OSX it is a shared library, and in Windows it is a DLL.

Liblouis is free software licensed under the GNU LGPLv2.1+ (see the file COPYING.LESSER).

The command line tools, are licensed under the GNU GPLv3+ (see the file COPYING).

Documentation

For documentation, see the liblouis documentation (either as info file, html, txt or pdf) in the doc directory. For examples of translation tables, see en-us-g2.ctb, en-us-g1.ctb, chardefs.cti, and whatever other files they may include in the tables directory. This directory contains tables for many languages. The Nemeth files will only work with the sister library liblouisutdml.

Installation

After unpacking the distribution tarball from releases go to the directory it creates. You now have the choice to compile liblouis for either 16- or 32-bit unicode. By default it is compiled for the former. To get 32-bit Unicode run configure with --enable-ucs4.

After running ./configure run make and then make install. You must have root privileges for the installation step. (For other ways of installation, see the file HACKING)

This will produce the liblouis library and the programs lou_allround (for testing the library), lou_checkhyphens, lou_checktable (for checking translation tables), lou_debug (for debugging translation tables), lou_translate (for extensive testing of forward and backwards translation) and lou_trace (for tracing if individual translations). For more details see the liblouis documentation.

If you wish to have man pages for the programs you might want to install help2man before running configure.

If you want to run the test suite with make check you should install libyaml as that will enable extensive tests on the tables. If you want to skip those tests you can do so by running configure --without-yaml.

Participating

You can contribute to Liblouis in several different ways:

  • If you have comments, questions, or want to use your knowledge to help others, come join the conversation on either the mailing list or on IRC. You can reach us at [email protected] or in channel #liblouis on irc:irc.oftc.net.

  • To report a problem or request a feature, please file an issue.

  • Of course, we welcome pull requests and patches.

Finally, if you want to see what we have for the future and learn more about our release cycles, all this information is detailed on the wiki

Release Notes

For notes on the newest and older releases see the file NEWS.

History

Liblouis was begun in 2002 largely as a business decision by ViewPlus. They believed that they could never have good braille except as part of an open source effort and knew that John Boyer was dying to start just such a project. So ViewPlus did start it on the agreement that they would give a small monthly stipend to John Boyer that allowed him to pay for sighted assistants. While ViewPlus has not contributed much to the coding, it certainly has contributed and continues to contribute to liblouis through that support of John Boyer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].