Replies: 3 comments 1 reply
-
|
slint is still pretty underdeveloped even being like 3 years old, so expect alot (i mean alot) of limitations and inconveniences like this. if im being honest i would probably suggest using a different gui toolkit for advanced cases like that in the meantime like dioxus |
Beta Was this translation helpful? Give feedback.
-
|
I wish we had an out-of-the-box graphs engine that we could use and share in the ecosystem, but I don't think that exists yet. Python folks can integrate matplotlib into Slint, but for Rust there's no such library, I think. We do have commercial users that use the What library do folks use with dioxus? |
Beta Was this translation helpful? Give feedback.
-
|
It's still possible to do a line graph using the Path component, but like you mentioned, no loops. I put together an example that uses 20 fixed data points. Awkward but usable.
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
After some hurdles trying to figure out a sound approach to draw parametrizable slopes I've decided to ask here. The Path component doesn't allow loops, and feels restricting. It automatically centers the rendered curve, and it also truncates if the bounding area is too small, this is not reliable. So I guess it's about using Image then, but the quality is not on par with the rest, and no resizing. Is there perhaps something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions