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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Performant GUI Applications

2 点作者 orangetuba超过 1 年前
I am going crazy with all the electron-based applications that use several gigabytes of memory without doing anything. What are good options and frameworks for making applications that are performant and low on memory usage? C and Gtk? C++ and Qt? I want to make something like Google Maps, but with decent performance.

2 条评论

stefanos82超过 1 年前
No need to reinvent the wheel; use this project if you like <a href="https:&#x2F;&#x2F;github.com&#x2F;gorbatschow&#x2F;ImOsmDemo">https:&#x2F;&#x2F;github.com&#x2F;gorbatschow&#x2F;ImOsmDemo</a>
sydbarrett74超过 1 年前
Take a look at wxWidgets if you haven&#x27;t already.