Do you have the plan for Display part?This fuction is so good!
judemoses opened this issue · 2 comments
judemoses commented
Think for you work,i like it very much
pixix4 commented
The latest release (v0.9.0
) now supports the framebuffer/screen. Since it has additional dependencies, it must be activated with the feature flag screen
. The Python implementation of the screen class is based on the PIL library. There is no complete replacement for rust. Currently I use image-rs
. This has similar image manipulation tools but unfortunately no drawing tools (like lines, rectangles, text...). If you know of an image-rs
compatible drawing library, I would like to integrate it.