| Crates.io | braillix |
| lib.rs | braillix |
| version | 0.2.0 |
| created_at | 2025-01-23 14:58:56.495188+00 |
| updated_at | 2025-01-28 15:04:28.758025+00 |
| description | A dot-matrix display implemented with braille characters |
| homepage | |
| repository | https://www.github.com/mcjo163/braillix |
| max_upload_size | |
| id | 1527826 |
| size | 26,309 |
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.