Hacker News new | ask | show | jobs
by billybilly1920 3849 days ago
Can this do GUI programming on Lin/Win? Or Are there usable gui libraries for doing cross platform development like QT?
2 comments

GNUstep developers stated several times that they'll implement bindings for Swift if it's released as open source. Though from my personal (and very limited) experience I may suggest that you won't use it for cross platform development. It's works on Linux reasonable well, but support for Windows is limited or at least it's was few years ago.
It should be possible to link to GUI libraries implemented in C, like Gtk+.

https://github.com/apple/swift-package-manager/blob/master/D...