roadmap, future and breaking changes ? #9947
-
|
After experimenting quite a bit with Slint, I must say I’m genuinely impressed by this technology That said, even without considering some of the missing features, there seem to be two major pain points at the moment:
Given that these issues are already known and discussed, I’m wondering about the long-term roadmap: Can we expect a major new version at some point that might address these issues (by bringing, I suppose, quite a few breaking changes)? If so do we have any idea of a time frame for these changes ? Because these two points are currently reasons for me not to use slint in my projects, and I think that's too bad. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for the feedback :)
At this point we're not planning for breaking changes, or rather: We're trying to maintain compatibility. Eventually we'll need to making some breaking changes, but I don't think we're there yet. (as a side-note, we've got a breaking changes label in the issue tracker)
There are two areas where we intend to invest time in next year: Our Rust API that results from |
Beta Was this translation helpful? Give feedback.
Thanks for the feedback :)
At this point we're not planning for breaking changes, or rather: We're trying to maintain compatibility.
Eventually we'll need to making some breaking changes, but I don't think we're there yet. (as a side-note, we've got a breaking changes label in the issue tracker)
There are two areas where we intend to invest time in next year: Our Rust API that result…