Y
Hacker News
new
|
ask
|
show
|
jobs
by
liuliu
152 days ago
I wish there are something for SwiftUI on Windows. I meant to support Windows for Draw Things, but the opportunity cost is too high without proper UI tooling.
2 comments
solarkraft
152 days ago
Note that Swift/WinRT by The Browser Company does not qualify, as it’s one layer too low (directly exposes the Windows framework):
https://github.com/thebrowsercompany/swift-winrt
However it seems like it could be a good basis for such a project.
link
wahnfrieden
152 days ago
Closest thing is SwiftCrossUI. Maybe Skip will come to Windows one day.
link
However it seems like it could be a good basis for such a project.