Sunday, September 8, 2019

QML and C#

Today, I made some good progress creating a cross-platform GUI using QML and tying this UI to C# code.

The first project is an image FX app for which I wanted a cross-platform GUI. The image-processing code works fine in .NET Core 3.0, and it appears QML will do well as the UI.

If this project turns out good, I will definitely be looking to apply this QML/C# paradigm to other cross-platform GUI projects (in particular, a trading/algo app).

No comments:

Post a Comment