←back to thread

323 points CharlesW | 1 comments | | HN request time: 0.208s | source
Show context
niutech ◴[] No.42204648[source]
So is it a yet another webview-based framework like NeutralinoJS (https://neutralino.js.org), Electrino (https://github.com/pojala/electrino) or DeskGap (https://deskgap.com)? What's their advantage apart from using Bun instead of Node?

For relly lightweight cross-platform desktop apps better use a non-webview-based native framework like Qt, GTK, wxWidgets or even recently released FLTK 1.4.

replies(2): >>42205465 #>>42209894 #
yayoohooyahoo ◴[] No.42209894[source]
Modern apps these days often end up needing to render complex layouts and rich text, so you end up needing QWebview anyway. At least that's been my experience creating desktop apps lately.
replies(2): >>42211373 #>>42298393 #
1. dgfitz ◴[] No.42211373[source]
> Modern apps these days often end up needing to render complex layouts and rich text

/end up needing/choosing/