jchv / go-webview2

WebView2 bindings for pure Go, without CGo, based on the webview/webview bindings.
Other
257 stars 63 forks source link

Compared to astilectron,which is better #47

Closed passerbyo closed 2 years ago

jchv commented 2 years ago

Sorry I never answered this.

Astilectron is a very different project of which I am not very familiar with. Astilectron is cross-platform and oriented around app development, whereas go-webview2 is Windows-only and oriented around providing Go bindings to the Windows webview2 component. Instead, it would make sense to compare Astilectron to Wails, but I don't have the answer as for which is ultimately better. Wails will have less moving parts, but is quite different of an approach.