swift-win32
A Windows application framework for Swift (by compnerd)
swift-gui
A framework for creating cross-platform GUI applications with Swift. (by UnGast)
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
swift-win32 | swift-gui | |
---|---|---|
10 | 1 | |
1,002 | 156 | |
- | 1.9% | |
0.0 | 0.0 | |
8 days ago | about 2 years ago | |
Swift | Swift | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
swift-win32
Posts with mentions or reviews of swift-win32.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-15.
-
Swift outside the Apple ecosystem
Even Microsoft has someone dedicating their time to building Win32 support.
-
UIKit on Windows?
As others have mentioned, UIKit is an Apple framework and not available on Windows, though you should be able to use the Win32 APIs to build out UI interfaces. Alternatively, you can experiment with https://github.com/compnerd/swift-win32 for a nice layer on top which abstracts out some of the details of the Win32 API. Unfortunately, that is not as fleshed out as one would like to build complex applications, but that is something which more usage and work on library should be able to resolve.
- When I think of Swift I immediately think of iOS programming/mobile programming, What else can Swift do?
-
Any good open source projects that uses Swift?
If you’re looking for Windows first projects with Swift, https://github.com/compnerd/swift-win32 is pretty cool.
-
Why learn Swift when it’s only compatible with iOS?
Also check out this project by a member of the Swift core team, which is a set of bindings for the Win32 API for Swift on Windows.
swift-gui
Posts with mentions or reviews of swift-gui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2020-12-30.
-
Why learn Swift when it’s only compatible with iOS?
Edit: This framework also looks interesting, SDL based https://github.com/UnGast/swift-gui
What are some alternatives?
When comparing swift-win32 and swift-gui you can also consider the following projects:
qlift - Swift library to use Qt
SwiftUI-Kit - A SwiftUI system components and interactions demo app
SwiftWebUI - A demo implementation of SwiftUI for the Web
hummingbird - Lightweight, flexible HTTP server framework written in Swift
DL4S - Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation for every device that can run Swift - from watchOS to Linux