Typst-powered thermal printer
Find a file
Joscha eb04b3fb50 Rip out buffer and widgets
I've decided to use the "taffy" crate for layouting. To make the API
somewhat bearable to use, I've decided to perform all rendering in a
good ol' rgb image buffer (in this case, an ImageBuffer from the "image"
crate). The pixels will be converted to their final representation just
before being sent to whatever device will be displaying them.

I've removed the buffer and the color traits because they're no longer
necessary. I've also removed the existing widgets because the widget
system will have to be redesigned to work well with taffy.
2024-03-06 00:36:19 +01:00
showbits-common Rip out buffer and widgets 2024-03-06 00:36:19 +01:00
showbits-thermal-printer Rip out buffer and widgets 2024-03-06 00:36:19 +01:00
.gitignore Create project 2024-03-02 23:02:32 +01:00
Cargo.lock Rip out buffer and widgets 2024-03-06 00:36:19 +01:00
Cargo.toml Rip out buffer and widgets 2024-03-06 00:36:19 +01:00
README.md Create project 2024-03-02 23:02:32 +01:00

showbits

Displaying pixel-perfect images on esoteric devices.