You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I know that this is pretty lightweight and I'm unsure of the full capabilities of TUIs in general, however I think it would be cool if Lemurs could support setting an image or color for the background. Thanks :)
The text was updated successfully, but these errors were encountered:
Shouldn't this be pretty straightforward with what we have in ratatui?
So, for background color, we could simply render a fullscreen Block first.
With an image, however, it's a bit of a different story, there's a lot of ways one could go about it and knobs to add in the config.rs.
With rendering itself, Canvas or a custom widget seems like it would be enough. But it would add a dependency on image decoding libraries, which is concerning, even if we hide it behind a feature flag.
Yeah, it should be fairly easy to add a background colour.
I would be in favour of adding this as a background colour first. Then, maybe we can do a similar thing to Ly and add some different background effects.
Hello, I know that this is pretty lightweight and I'm unsure of the full capabilities of TUIs in general, however I think it would be cool if Lemurs could support setting an image or color for the background. Thanks :)
The text was updated successfully, but these errors were encountered: