WebWindow, a cross-platform webview library for .NET Core
blog.stevensanderson.com
WebWindow, a cross-platform webview library for .NET Core
1–10 of 55 posts
Re: WebWindow, a cross-platform webview library for .NET Core
#2This looks interesting, I'm looking forward to trying it out.
Re: WebWindow, a cross-platform webview library for .NET Core
#3Looks very cool!
Re: WebWindow, a cross-platform webview library for .NET Core
#4Fabulous! Standalone app sizes look to be less than half that of Electron. Wish I had more C++/Obj-C skills to help out...
Re: WebWindow, a cross-platform webview library for .NET Core
#5This looks amazing - can you please add a license file so others can actually use it? (Hoping for MIT or if not then Apache 2.0 or BSD or whatever reflects your intent and preferences)
Re: WebWindow, a cross-platform webview library for .NET Core
#6This is fantastic. Another step in the right direction!
Re: WebWindow, a cross-platform webview library for .NET Core
#7Alternatives:
1. Webview: https://github.com/zserge/webview
2. Lorca (Chrome): https://github.com/zserge/lorca
3. Carlo (js/Chrome): https://github.com/GoogleChromeLabs/carlo
Re: WebWindow, a cross-platform webview library for .NET Core
#8Has anyone experience with Blazor in production? I would like to jump into it but it still feels a little immature to me.
Re: WebWindow, a cross-platform webview library for .NET Core
#9this is really interesting! i'm wondering if there's a variant of this project out there that still uses node/javascript, but similarly avoids the chromium packaging and leans on the OS's rendering engine.
Re: WebWindow, a cross-platform webview library for .NET Core
#10Has anyone experience with Blazor in production? I would like to jump into it but it still feels a little immature to me.
No but I agree, it seems a little risky. I would wait for the next generation of web assembly changes to come down the pipe before investing in this too heavily.
Very interesting experiment though.