Live data from Hacker News

Show HN: Slint – A declarative UI toolkit for embedded and desktop

slint.dev

71–80 of 152 posts

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#72
post #50

There is often a criticism of Javascript, that new frameworks seem to appear every week. But it honestly feels like every week on HN there is a new Rust UI project showing up. Whether it is some new HTML/web thing, a native app thing, a TUI thing, etc. Don't get me wrong, I think that is the sign of a very healthy ecosystem. I am just curious how the Rust evangelists will spin this. Somehow this constant churn on the…

Nobody expects you to go and learn this week's Rust UI project, or to abandon last week's one.

If go looking for a job, you will discover the people working with Rust UI hire Rust developers, not Tokyo (yeah, that one was many weeks ago) ones or whatever else. Those developers are expected to be able to learn and adapt to whatever framework the place uses.

All of that is completely opposite to how things happen with Javascript.

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#73
post #66

Earlier quoted context omitted.

The current main problem is that Qt often releases new modules under GPL and commercial only licenses. For example, the new Qt GRPC implementation and then it is all or nothing. Qt commercial would force us to essentially buy two licenses because we have a second app that acts as a third party dll loading app. These dlls often crash and thus we moved them into a dedicated app we could simply restart, but Qt license w…

I think you have misunderstood the Qt licensing model when you say that you need two Qt licenses if you are building two separate applications? The commercial licenses are a) per developer and b) per distributed device (if you distribute your software as part of a device), there is no per application licensing requirement.

> An application using Qt Commercial must not communicate with any another application using Qt LGPL-3.0 or Qt GPL, if both applications run on the same device. This is more restrictive than GPL.

https://embeddeduse.com/2023/01/06/using-qt-5-15-and-qt-6-un...

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#74

The comparison sections are very confusing. It says you will compare your UI toolkit with, for example, Flutter and then there is no comparison there at all. I thought the site is broken on mobile, I tried different browsers, etc, because the comparison was just not there. If you don't have any real content there because you don't want to start a flame war, you could try something like what the Flutter team did, they…

Made a similar comment about the comparison pages, which is a simple and factual statement yet was downvoted immediately by (pressumably) people with a stake in the project. Does not reflect well... Detailed and unbiased comparisons are extremely useful but also are hard (and costly) to do. Don't promise them if you can't deliver.

Not sure why or who downvoted.

We will add more detailed comparison in our documentation. Thanks.

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#75

The comparison sections are very confusing. It says you will compare your UI toolkit with, for example, Flutter and then there is no comparison there at all. I thought the site is broken on mobile, I tried different browsers, etc, because the comparison was just not there. If you don't have any real content there because you don't want to start a flame war, you could try something like what the Flutter team did, they…

Made a similar comment about the comparison pages, which is a simple and factual statement yet was downvoted immediately by (pressumably) people with a stake in the project. Does not reflect well... Detailed and unbiased comparisons are extremely useful but also are hard (and costly) to do. Don't promise them if you can't deliver.

> (pressumably)

Why do you suppose this in particular?

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#76

The comparison sections are very confusing. It says you will compare your UI toolkit with, for example, Flutter and then there is no comparison there at all. I thought the site is broken on mobile, I tried different browsers, etc, because the comparison was just not there. If you don't have any real content there because you don't want to start a flame war, you could try something like what the Flutter team did, they…

Wow, that Flutter Doc page is beautiful... and seems fairly comprehensive, kudos to them.

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#77

Funny how they claim the toolkit is responsive, but then their website isn't. The "Used by" section overflows and basically breaks the whole website.

Probably because we are using HTML and CSS instead of Slint :) Jokes aside .. which browser and device combo are you using.. We can adjust the css accordingly. Thanks.

Pixel 7, Chromium.

I think the issue is with one of the logos at the bottom

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#78
post #67

Do you support any kind of integration with Vxworks 7 on some platform ? Vxworks has some Rust support so I wonder if you already had some integration with vxworks drivers

We investigated integration VxWorks as part of a customer request and we concluded that all the required hooks exist to support Slint.

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#79

Earlier quoted context omitted.

Disclaimer: I work for Slint I suppose you are referring to the "Embedded Add-on per application" pricing? At least the non-commercial use is hopefully clear :) Yes, we need find a better way to show the pricing there since it's dependent on 2 variables - volume and type of embedded system. Maybe some sort of a online calculator?

I always assumed "call us" pricing was to give a salesperson the opportunity to negotiate the best deal for the seller.

I always read "call us" as "tell us how thick your wallet is".

Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop

#80
post #67

Do you support any kind of integration with Vxworks 7 on some platform ? Vxworks has some Rust support so I wonder if you already had some integration with vxworks drivers

We investigated integration VxWorks as part of a customer request and we concluded that all the required hooks exist to support Slint.

Thanks for the answer !
Post reply on HN