C#C
C#2y ago
BartShoot

Desktop crossplatform application? How to approach it?

Hi,
I recently made prototype for image processing application with WPF and will try to make it properly now but I want to be able to use it on Windows Linux and MacOS at the least.

I don't think I know all the options but first I was considering either AvaloniaUI or something based on web frontends like react or angular.
My wpf app was using https://github.com/miroiu/nodify to implement node editor, it would be great if it worked or good alternative was available.
Also it would be great if launching the app locally would be easy, I'm not considering deploying this to cloud as web application for now.
GitHub
Highly performant and modular controls for node-based editors designed for data-binding and MVVM. - miroiu/nodify
Was this page helpful?