There's also https://github.com/zserge/webview, gives you the system browser engine in a window, and you can evaluate Javascript from the native side, or call a native function from the Javascript side with a string argument (usually a JSON payload).
The "hello world" which opens a webpage in a window is just a single line of C code and produces a 26 kilobytes executable on macOS.
The "hello world" which opens a webpage in a window is just a single line of C code and produces a 26 kilobytes executable on macOS.