|
|
|
|
|
by rubymamis
882 days ago
|
|
That is why I've decided to develop all my apps in Qt C++ and QML. For example I've created Plume[1] - an alternative to the resource-hag Electron app Notion. It's the fastest block editor in my benchmarks (on the website). Faster than the fastest comparable native app on macOS. Yes, Qt is quite a bloaty - the binary size is 139.2mb currently, but I think with static linking and some trimming, I can get it much lower. [1] https://www.get-plume.com/ |
|