Remix.run Logo
nielsbot 5 hours ago

Does a native UI experience have no value these days? I mean--amazing achievement building an alternate GPU-accelerated UI framework from scratch, and I do love the responsiveness, but this leaves you with a non-native app that doesn't follow OS conventions and will not get appearance and behavior updates going forward without a lot of additional effort.

Cthulhu_ 5 hours ago | parent | next [-]

Unfortunately the reality nowadays seems to be that besides the dated QT, there are no good or popular cross-platform UI libraries for these use cases. It's bold that they built their own.

Squarex 3 hours ago | parent | prev | next [-]

And what cross platform code editor does that nowadays? vscode is electron, jetbrains has swing, ...

nielsbot 2 hours ago | parent | next [-]

Maybe what I'm saying is that people shouldn't use cross-platform UI solutions. (write-once-suck-everywhere)

Pay08 2 hours ago | parent | prev [-]

The old ones, and the ones that use Qt.

conception 5 hours ago | parent | prev [-]

Electron has basically killed this practice sadly. Which Microsoft modern app follows Windows native UI these days? Teams? Settings? Office? All dramatically different.

einpoklum 4 hours ago | parent [-]

TBH, Microsoft has made such a huge mess of UI on Windows, that even if you wanted to use the "native" UI you would have difficulties figuring out what that is, exactly, right now.

Having said that - Teams is a piece of #$%^&; and MS Office has dropped the ball with its UI switching to ribbons in 2007 and has languished in the land of bad UI ever since. Settings makes me want to just use Control Panel like a human being.

Pay08 2 hours ago | parent [-]

You have, what, WinForms, WinUI, MAUI, and WPF for Windows currently. And that's not counting Win32 or Qt.