DEV Community

Discussion on: How do I create a cross-platform window in C#?

Collapse
 
peskic93 profile image
peskic93

I'm not 100% sure, but as I've read you can use blazor to create cross platform apps. I think it's similar to javascript electron.

dotnet.microsoft.com/apps/aspnet/w...

Collapse
 
redcreator37 profile image
RedCreator37

There's also .NET Multi-platform App UI, which is still in early development.

Collapse
 
baenencalin profile image
Calin Baenen

What's Javascript Electron (for context)?

Collapse
 
peskic93 profile image
peskic93

I checked after i commented here, it's js framework to run applications like desktop apps using chromium browser. It's really good but a bit "heavy" for older computers.

You can build blazor application and wrap it using electron. But again you would have to configure ui and all features using electron build configuration.

For more info read their documentation here: electronjs.org/