#unicode #graphics #unicode-characters #rastering

braillix

A dot-matrix display implemented with braille characters

2 unstable releases

0.2.0 Jan 28, 2025
0.1.0 Jan 23, 2025

#185 in Visualization

Download history 107/week @ 2025-01-19 122/week @ 2025-01-26 39/week @ 2025-02-02

268 downloads per month
Used in braillix_ratatui

MIT license

26KB
600 lines

braillix

A Rust library providing a simulated dot-matrix display created with braille unicode characters (U+2800-28FF).

In its current state, the library provides a Display struct that provides low-level functionality for setting and clearing individual braille "dots", as well as a Canvas struct that builds on Display to expose simple rastering functions for drawing lines, triangles, rectangles, etc.

Currently under development.

No runtime deps