logoalt Hacker News

h4ch1today at 5:17 AM3 repliesview on HN

> 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.


Replies

delta_p_delta_xtoday at 11:31 AM

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

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

thaynetoday at 5:33 AM

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

show 2 replies
kroatontoday at 11:25 AM

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