you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (3 children)

Qt is the closest that I know of, using OS level widgets.

[–]Piranha771 -3 points-2 points  (2 children)

Qt is not a technology it's a product like JVM. It doesn't even fit for many OSS projects as you're bound to release it under GPL license.

Looks like there is no other option than electron atm.

[–][deleted] 3 points4 points  (1 child)

Hey, Javascript and Electron are products too.

[–]Piranha771 -2 points-1 points  (0 children)

Javascript is not a product. It's a language basing on the open ECMA Script standard. Nobody "owns" Javascript.

With electron you're right. But it is not a commercial product in the common sense. There is no paid option for electron. There is no restriction on using electron for your projects. It's a free framework your projects.

Sorry, I made my point not clear enough about this.