| This is a great step forward, but it seems like a great deal of overhead and complexity to have a cross-platform GUI. If I were creating a new cross-platform desktop application I would probably reach for Java instead. I know that's not the popular answer, but if a .NET Core cross-platform GUI requires either using Electron or simulating a client-server setup with Node then it's not there yet. To illustrate, here is the "Hello World" cross-platform GUI application in Java: https://docs.oracle.com/javase/tutorial/uiswing/examples/sta... Setting up a connection between two processes and building async handlers is way too much if the application is running on one machine. |
[0] https://gluonhq.com/gluon-substrate-and-graalvm-native-image...