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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are options to build cross-platform efficient desktop apps

3 点作者 akmittal12 个月前
I&#x27;m planning to build a cross platform desktop app. I see few options as Electron, Tauri and flutter.<p>Electron is probably the solution where I can build quickly as a lot of mature packages exists which will speed up the process. But electron is just so bloated, consume too much RAM and not that fast.<p>Flutter is relatively efficient way but desktop ecosystem is not mature. I need a code editor(like codemirror) which does not exist.<p>Tauri is again running a webview so not sure how efficient is that.<p>What are mature and efficient ways to write desktop apps.

2 条评论

Cilvic12 个月前
You might look into <a href="https:&#x2F;&#x2F;avaloniaui.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;avaloniaui.net&#x2F;</a>
netcruiser12 个月前
Delphi