Replies: 1 comment
-
Something like this ? https://slint.dev/demos/plotter/ To create such a widget you would typically do something like this:
I hope this helps. If render can be slow, you can, in your logic, cache the value. And if it is not in cache, return a placeholder image. And depend on another property such that you can render in a thread and set that property when it is ready. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to create custom widgets like highcharts for 2D/3D data visualization? I tried to find a widget for data visualization but had no results and no document mentions how to create customer widgets, Can the developer create a customer widget anyway? Or does any roadmap allow the dev to extend the slint?
Beta Was this translation helpful? Give feedback.
All reactions