braillix 0.2.0

A dot-matrix display implemented with braille characters
Documentation
  • Coverage
  • 28.13%
    9 out of 32 items documented0 out of 23 items with examples
  • Size
  • Source code size: 25.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.48 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mcjo163

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.