|
|
|
|
|
by mhoad
1500 days ago
|
|
Flutter is the most obvious answer here to me. Very modern, cross platform (windows, mac, linux, fuchsia, iOS, android, web and embedded devices), excellent tooling / developer experience, outputs to native compiled code, battle tested in a lot of real world scenarios against billions of dollars in revenue like Google’s Ads apps for example. On desktop specifically, Ubuntu last year or two said they were going all in on providing first class Flutter support on Linux and would be using it as their new default for their own desktop apps starting with the installer in the recently released Ubuntu 22.04 (repo link here https://github.com/canonical/ubuntu-desktop-installer) Should be simple to pick up if you have a JS or even better good TS experience. https://flutter.dev/ also here is a good charting library to get you started https://github.com/google/charts |
|