jpmikkers / Baksteen.Avalonia.Blazor

Build Avalonia-Blazor hybrid desktop apps using this Blazor webview component for Avalonia
MIT License
112 stars 9 forks source link

Linux compatibility #6

Open pm64 opened 8 months ago

pm64 commented 8 months ago

If I'm understanding correctly, a smart person could use https://github.com/JinShil/BlazorWebView/tree/main to make this library Linux-compatible. Is this something you'd consider doing?

jpmikkers commented 8 months ago

Very interesting! Will definitely investigate this.

dcuccia commented 6 months ago

@jpmikkers very interested in this as well. Do you have any initial thoughts on the complexity to accomplish this?

jpmikkers commented 6 months ago

@dcuccia well I'm at the point where I have a linux environment and was able to successfully compile and run the JinShil BlazorWebView demo. Next up: see if it will blend with Avalonia 😄

dcuccia commented 6 months ago

Nice. :) Perhaps you know this, but if you have a Windows machine, there's always WSL (now with graphics). FWIW, I think this would be great for Raspberry Pi.

Laftek commented 5 months ago

any update?

jpmikkers commented 5 months ago

These open avalonia issues are blockers for this:

I did manage to update jinshil's project a bit, if anyone is interested in a electron-like solution for blazor on linux. See https://github.com/jpmikkers/BlazorWebViewLinux