this post was submitted on 28 Mar 2024
51 points (93.2% liked)

Programming

17101 readers
78 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TCB13 6 points 6 months ago (7 children)

I've said it countless times, and I'll say it again:

Half of the success of Windows and macOS is the fact that they provide solid and stable APIs and development tools that “make it easy” to develop for those platforms and Linux is very bad at that. The major pieces of Linux are constantly and ever changing requiring large and frequent re-works of apps. There aren’t distribution “sponsored” IDEs (like Visual Studio or Xcode), userland API documentation, frameworks etc.;

Things on the Linux GUI land are so messed up that we even got this. Well, at least with Swift and Adwaita for Swift we may get to something closer to stable, long term APIs and useful documentation...

[–] LPThinker 4 points 6 months ago* (last edited 5 months ago) (1 children)

Have you tried developing a GUI app for Windows in the last 5 years? All the official first-party frameworks are either mostly deprecated (WPF, WinForms), or half-baked and despised by every developer I’ve talked to about them (MAUI).

[–] TCB13 1 points 6 months ago

Well WinUI is supposed to fix the mess caused by UWP and later on UWP that came from the Windows 8 era... WinUI is decent, at least it isn't lacking major features like the other two.

.NET MAUI is a very different thing... it's a cross-platform framework for creating native mobile and desktop apps with C# and XAML. It's like Qt and obviously when we're talking about developing apps for Windows, Linux, macOS, Android and iOS with a single frameworks things are bound to be harder.

load more comments (5 replies)