Commit graph

5 commits

Author SHA1 Message Date
dc6265f837 Add Text widget 2024-03-07 23:43:12 +01:00
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
f3f8af39d4 Use Color in View 2024-03-05 00:21:48 +01:00
fd1b337cd1 Add Background widget 2024-03-04 00:26:20 +01:00
b31c2de425 Add View 2024-03-03 23:04:20 +01:00