What is a good widget creation tool which I can use Rust with?

I am looking for a widget creation tool where I can program it in the Rust programming language for Linux. Like for example Conky afaik this is a framework used to allow people to make their own widgets.

There's this one maybe:

https://github.com/mjkillough/cnx

It doesn't look like there is anything as nice as Conky for Rust, though. It looks like you would have to talk directly to X11 if you wanted full control and I doubt that is simple to do without a crate to abstract over the details.

1 Like

Thanks mate I appreciate it :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.