|
|
|
|
|
by seandougall
2967 days ago
|
|
> there just aren't a lot of resources for writing desktop apps. Can you elaborate on what you mean by this? I develop primarily for macOS, and I’ve very rarely been unable to find resources for what I need. As far as alternatives for cross-platform, one possibility in many scenarios is to write your core functionality in a language that can target multiple platforms (e.g. C, C++, Rust, Swift) and then write platform-specific wrappers around it. (I don’t personally think Electron is the end of humanity, but it does irk me when people call it “native”.) |
|
I'm 100% certain the OP meant "resources for writing cross-platform desktop apps".
> write your core functionality in a language that can target multiple platforms...write platform-specific wrappers around it
This is nearly always suggested by someone who has never attempted this.
There is a reason there are mountains of Windows-only or Mac-only software out there.