this post was submitted on 14 Apr 2025
40 points (90.0% liked)
Rust
6844 readers
49 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I never said anything contrary to this.
Letting MacOS users support MacOS hardware is generally easy when you already have BSD and/or busybox support already.
Ordinarily I'd agree, except these are GUI Libraries.
The whole point of them is to be a generic interface that prevents you from needing to use the platform specific APIs directly.
If GUI libraries aren't going to target the most widely used platforms, then why wouldn't the developer just use the platform specific APIs directly?
In reality Windows isn't the most widely used platform, not where it counts, among the developers of those libraries. And finding competent Windows developers to contribute also isn't easy while finding Windows users demanding support is quite easy since the factor of developers per user is so much worse on that platform.