DEV Community

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

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/