Remix.run Logo
h4ch1 8 hours ago

> Use the system WebView for lightweight apps, or bundle Chromium via CEF

so basically a vibe coded Tauri in zig? I don't like calling webview dependent applications "native desktop apps".

Native desktop apps means using the OS primitives and directives to draw the UI imo; WinForms, SwiftUI, and their ilk.

thayne 7 hours ago | parent | next [-]

Maybe it's called zero native because that is how native it is.

rob74 6 hours ago | parent | next [-]

That was my interpretation too (no idea if it's correct though)...

popcorncowboy 7 hours ago | parent | prev [-]

"Not native" doesn't roll off the tongue quite so easily (dot com is available for a few grand). Concept is solid, an ingenious name even.

delta_p_delta_x an hour ago | parent | prev | next [-]

Tiny nitpick: Windows Forms wraps the Windows API; the function call is `CreateWindowEx`[1].

[1]: https://github.com/dotnet/winforms/blob/27e7cb2e5043780dd75e...

kroaton an hour ago | parent | prev [-]

If Tauri ever gets proper webgpu support, that'll be the Electron killer.