Cross platform desktop application #58131
Replies: 4 comments 1 reply
-
This isn't a question related to ASP.NET Core. |
Beta Was this translation helpful? Give feedback.
-
@RutulPatel8 Take a look at Photino if you want to use Blazor / ASP.NET. https://docs.tryphotino.io/Photino-Blazor Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I did this for AI Studio: The UI is implemented using ASP.NET (Blazor) using the MudBlazor library. Since I also wanted to support the Linux desktop, and Microsoft currently does not support this (see e.g. dotnet/maui#11738 and dotnet/maui#5801), I chose Rust together with Tauri. So, there is a thin runtime layer written in Rust. Tauri then creates and manages the window. Works wonderfully 👍. |
Beta Was this translation helpful? Give feedback.
-
Maybe could have a try on https://avaloniaui.net/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to create a cross platform desktop application? Which works on linux, mac, and windows platforms?
I tried maui already but it only supports mac-catalysts not mac.
Can we do these with a .net core or do we need to choose another framework like electron or something..
Beta Was this translation helpful? Give feedback.
All reactions