> 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.
Maybe it's called zero native because that is how native it is.
If Tauri ever gets proper webgpu support, that'll be the Electron killer.
Tiny nitpick: Windows Forms wraps the Windows API; the function call is `CreateWindowEx`[1].
[1]: https://github.com/dotnet/winforms/blob/27e7cb2e5043780dd75e...