Custom themes & rasterizer #544
Unanswered
asimaranov
asked this question in
Q&A
Replies: 1 comment 6 replies
-
When you create the Themes are defined with |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to port the library to my e-ink reader. There are two issues I faced with
Feature request:
To output graphics to a device without gpu I made a simple rasterizer, that accepts
Vec<ClippedShape>
and draws them to framebuffer. I think it would be useful to add a native rasterizer to the crate to run it on devices without gpuBeta Was this translation helpful? Give feedback.
All reactions