• Top
  • New

Performant GUI Applications

by orangetuba on 9/21/2023, 6:54:10 PM with 2 comments
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.

  • by stefanos82 on 9/21/2023, 7:28:15 PM

    No need to reinvent the wheel; use this project if you like https://github.com/gorbatschow/ImOsmDemo

  • by sydbarrett74 on 9/21/2023, 7:18:13 PM

    Take a look at wxWidgets if you haven't already.