#graphics #unicode #character #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

#251 in Visualization

23 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