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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the best way to build a multi-platform desktop app?

3 点作者 milanspeaks超过 4 年前
I have an old desktop app build years ago on VB.NET platform. The desktop app sells nice and it has its set of users.<p>I am planning to re-develop the application from scratch to cover more use-cases and functionality.<p>I want to build a desktop app that works seamlessly on both Mac as well as Windows. It should be multi-lingual and should be easy to update.<p>What technology stack should I go with? I have heard about electron.js but I have also heard about it being extremely CPU &amp; memory heavy.

3 条评论

mimixco超过 4 年前
We use electron and the complaints about CPU or memory are more theoretical than practical problems. It&#x27;s not easy to package electron for each desktop but it does work!
maverick74超过 4 年前
How about Qt: <a href="https:&#x2F;&#x2F;www.qt.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.qt.io&#x2F;</a>
detaro超过 4 年前
That&#x27;s pretty much what Qt is made for. (And before the &quot;but it&#x27;s expensive!&quot; starts, desktop apps can usually just use the LGPL version if commercial is not viable)