You should give us educators a free license :) I'd use this in my classes if I could. I'm keen to use it with c++ and rust
Show HN: Slint – A declarative UI toolkit for embedded and desktop
71–80 of 152 posts
Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop
#72There 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…
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
#73Earlier 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.
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
#74The 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.
We will add more detailed comparison in our documentation. Thanks.
Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop
#75The 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.
Why do you suppose this in particular?
Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop
#76The 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…
Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop
#77Funny 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.
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
#78Do 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
Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop
#79Earlier 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.
Re: Show HN: Slint – A declarative UI toolkit for embedded and desktop
#80Do 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.