TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Performant GUI Applications

2 pointsby orangetubaover 1 year ago
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 comments

stefanos82over 1 year ago
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>
sydbarrett74over 1 year ago
Take a look at wxWidgets if you haven&#x27;t already.