TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best stack for cross-platform desktop app?

15 点作者 remolacha大约 4 年前
What's the best tech stack for writing a performant, cross-platform desktop app in 2021?

13 条评论

kmarc大约 4 年前
I&#x27;d say Qt.<p><a href="https:&#x2F;&#x2F;www.qt.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.qt.io&#x2F;</a><p>As a rookie SWdev before 2010 I wanted to learn something with which I could target most of the desktop&#x2F;mobile platforms. I did a lot of Qt&amp;C++ back then; now it&#x27;s even more dev friendly with Qt Quick and a ton of language bindings.<p>Then I forgot about all the desktop stuff and went on using electron based bloatware. Only to rediscover the Telegram desktop app which is crazy responsive and featureful. I wish more apps would be desktop-native.
trinovantes大约 4 年前
Despite the hate that it gets, Electron is still the best imo. Every other Electron-lite solution I&#x27;ve tried all end up with at least one key but obscure feature removed and you either end up rewriting to Electron or throw together some jank or abandoned 3rd party package.<p>Electron is bloated AF but it&#x27;s the complete package that gets the job done from start to finish
评论 #26816902 未加载
Morthor大约 4 年前
Flutter is an option as well. <a href="https:&#x2F;&#x2F;flutter.dev" rel="nofollow">https:&#x2F;&#x2F;flutter.dev</a><p>With the release of Flutter 2.0, desktop support is now fully available. Windows, Linux, and MacOS. This on top of the existing iOS and Android support. Web was also officially released.
评论 #26823476 未加载
评论 #26839532 未加载
评论 #26825240 未加载
yread大约 4 年前
Try some options from dotnet world<p>Https&#x2F;&#x2F;avaloniaui.net<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;maui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;maui</a>
评论 #26839523 未加载
prazacker大约 4 年前
I wanted to know the same as well. Our requirement is for building cross platform apps for windows OS, Mac OS and code&#x2F;components that works on tablets + mobile.<p>Isn&#x27;t react-native an option ? <a href="https:&#x2F;&#x2F;microsoft.github.io&#x2F;react-native-windows&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.github.io&#x2F;react-native-windows&#x2F;</a><p>Does anyone have experience on the same ? Hows the support for hardware interaction like access to printers, bluetooth apis?
tomcam大约 4 年前
Take a very serious look at:<p><a href="https:&#x2F;&#x2F;livecode.com" rel="nofollow">https:&#x2F;&#x2F;livecode.com</a><p>They have an open source version but be careful of the licensing. Basically if you start it on the open source version you need to keep the app open source (if I read the license right). But it&#x27;s an absolutely wonderful prototyping environment
CinematicStudio大约 4 年前
I&#x27;d go with C# + Uno (<a href="https:&#x2F;&#x2F;platform.uno&#x2F;" rel="nofollow">https:&#x2F;&#x2F;platform.uno&#x2F;</a>).<p>Disclaimer: I haven&#x27;t used Uno before, but from their presentations and what i&#x27;ve seen online, they are top-notch. I plan to test them in the mid-term future.
_448大约 4 年前
WxWidgets[0] and Ultimate++[1] are the two. Poco[2] libs are available as well. And for Web frontend there is Wt[3]<p>[0] <a href="https:&#x2F;&#x2F;www.wxwidgets.org" rel="nofollow">https:&#x2F;&#x2F;www.wxwidgets.org</a><p>[1] <a href="https:&#x2F;&#x2F;www.ultimatepp.org" rel="nofollow">https:&#x2F;&#x2F;www.ultimatepp.org</a><p>[2] <a href="https:&#x2F;&#x2F;pocoproject.org" rel="nofollow">https:&#x2F;&#x2F;pocoproject.org</a><p>[3] <a href="https:&#x2F;&#x2F;www.webtoolkit.eu&#x2F;wt" rel="nofollow">https:&#x2F;&#x2F;www.webtoolkit.eu&#x2F;wt</a>
j0no大约 4 年前
I&#x27;m following the Tauri Project <a href="https:&#x2F;&#x2F;github.com&#x2F;tauri-apps&#x2F;tauri" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tauri-apps&#x2F;tauri</a>
评论 #26816668 未加载
namaljayathunga大约 4 年前
I am using NWJS to build cross platform apps using web technologies. I used that because of it is simple, easy and can protect source code.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nw-cn&#x2F;awesome-nwjs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nw-cn&#x2F;awesome-nwjs</a>
ohazi大约 4 年前
Qt is pretty reasonable.
评论 #26816641 未加载
tonyedgecombe大约 4 年前
They are all compromised in some way or another. I&#x27;d start by making sure you really need to be cross platform because if you don&#x27;t then why add all the costs.
kowlo大约 4 年前
I don&#x27;t know about the best stack... but you could actually do this in Unity3D if you wanted to. Good for a quick proof-of-concept if you already know it.