Hallelujah! #LibLouis rewritten in #Rust achieved its first testable version, Christian Egli announces in the official mailing list. Not every test passes, so Christian does request help from the community: test your #Braille tables and report any inconsistencies.
#GitHub: https://github.com/liblouis/louis-rs/
Rust crate: https://crates.io/crates/louis-rs
#Blind #Accessibility
What a news" #liblouis our awesome #braille translator is being rewritten in @rustlang
The internal testing is now taking place but since this is an open-source project developed in public meaningfull testing is probably welcome by anyone who is happy to take their favorite braille tables for a spin with this new version.
github.com/liblouis/louis-rs/
GitHub - liblouis/louis-rs: A rewrite of liblouis in Rust

A rewrite of liblouis in Rust. Contribute to liblouis/louis-rs development by creating an account on GitHub.

GitHub
@menelion @fubsepude There definately are things that can be improved and are slowly improving for example a few years ago there was an issue browsing huge lists of items that's no longer such an issue any more. The webbrowser browse navigation is improving all the time. The accessibility labels and keyboard navigation in the settings app of @gnome is much improved. Gnome calendar is keyboard accessible. The default files app has incremental search that not only searches at the begining of file names but everywhere, we have configurable keyboard shortcuts for launching our apps and scripts, Access to reading PDF files has improved, I'm not using this but I know there are sound schemes for notifying desktop events. And so on and so on. Windows software is improving too.
As for the braille I don't have a braille display but our screen reader #orca is powered by the same translation engine your screen readers #nvda and #jaws are powered on windows, that's #liblouis.
Orca has flat review, sticky focus / sticky browse mode, application specific settings, settings profiles, progress bar beeps, auto restart when it freezes or crashes, ability to display flat review content in a window, object navigation, reconfigurable keyboard shortcuts, ability to present clipboard content, reporting system information such as ram / / cpu usage, It's now getting speech screen and braille screen output usefull for #a11y testing, browse mode features outside web content to combat bad authoring to an extend, Automatic language switching for web and document content, And perhaps other usefull features I'm not thinking of right now.
It's rich ecosystem, our screen reader is very powerfull too.
The best advice I can give you for all environments is know your tools, screen reader in particular and you should be fine.
We're so excited to welcome #liblouis, an essential copyleft tool for blind and visually impaired users, as SFC's newest member project!!

https://sfconservancy.org/news/2025/mar/17/liblouis-joins-software-freedom-conservancy/
Liblouis Joins Software Freedom Conservancy

The liblouis project and Software Freedom Conservancy (SFC) are excited to announce that liblouis has joined SFC as a member project, with the goal of ensuring sustainability and a framework for long-term stewardship of this library that is embedded in many assistive technologies including screen readers, braille displays, and on Android and iPhone mobile devices. As a nonprofit home of liblouis, SFC will provide a home for fundraising, legal assistance, and governance that will benefit all users of the project.

Software Freedom Conservancy
Liblouis - An open-source braille translator and back-translator.

An open-source braille translator and back-translator.

Liblouis - An open-source braille translator and back-translator.

An open-source braille translator and back-translator.

The older version uses #liblouis's data files, but assumes liblouis is already installed. It also assumes that liblouis is installed in one particular place, so isn't very portable - it will fail at the whim of a platform's package manager or depending on whether you installed liblouis via the package manager or from source. The new version bundles the data files with the code and can always find them, so it works no matter whether you're on #Linux, a Mac, #IllumOS, or anything in between. 2/3
It's this <https://github.com/larsbjorndal/App-Brl2Brl/pull/1>. The purpose is to bundle #liblouis's data with the code instead of assuming that the user has installed it separately, and also installing it at a known location instead of wherever the platform-specific package management tool decides to put it. I'm planning on creating Alien::liblouis and some XS jibber-jabber later to do the job properly, but this is a decent improvement for now that will make it more portable.
Bundle liblouis data files with the module by DrHyde · Pull Request #1 · larsbjorndal/App-Brl2Brl

As promised, this bundles the data files with the module. The module will use the bundled copy by default so you will need to periodically update them. The user can over-ride the default by either ...

GitHub
Spent the evening improving some #Braille software. #liblouis is a thing of wonder.
@menelion @deafblind So with #liblouis installed and available on the path, I can call it like this:
echo "Merry Christmas" | lou_translate unicode.dis,en-us-g2.ctb
And it will output
⠠⠍⠻⠗⠽⠀⠠⠡⠗⠊⠌⠍⠁⠎

For most braille codes liblouis is a great source so we can be sure it's going to be right. Just change your table when calling.